The project is simple manifest of Vuejs and Loopback 3.x, which is generated by LoopBack.
Now, we will see how to deploy this project to your machine.
First, you need to create OAuth2.0 api from Google and add
- your email account (i.e. which you created your api)
- Client Id
- Client Secret in the server/server.js file.
Then, create server/storage/common and server/storage/resume folders.
After that, create a postgres database the name you like as depicted in the server/datasources.js and configure it accordingly.
Once you have done with all, open two terminal cd frontend > npm run serve node .