Awesome
Template Buddy
An open source resume builder for hassle free experience.
Installation
Pre-requisites
- MongoDB
- NodeJS >= v16.0.0
- MongoDB Compass (optional, to view the database)
- Postman (optional, to test the API)
Steps
For macOS:
- Start Mongo daemon:
user@programmer~:$ mongod --config <path-to-mongo-config>
- Start the backend server:
user@programmer~:$ cd backend
user@programmer~:$ npm start
- Start the frontend:
user@programmer~:$ cd frontend
user@programmer~:$ npm start
For Windows (Use CMD Prompt in Administrator mode) :
- Start Mongo daemon:
user@programmer~:$ <mongo_installation_path>/bin/mongod.exe --dbpath=<db_path>
- Start the backend server:
user@programmer~:$ cd backend
user@programmer~:$ npm start
- Start the frontend:
user@programmer~:$ cd frontend
user@programmer~:$ npm start