An open source resume builder for hassle free experience.
- MongoDB
- NodeJS >= v16.0.0
- MongoDB Compass (optional, to view the database)
- Postman (optional, to test the API)
- 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
- 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