This is the backend for the Resume Builder project. It's built with Node.js, Express, and MongoDB.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- MongoDB
- Clone the repo: git clone https://github.com/devanshkansagra/Resume-Builder-Backend.git
- Install NPM packages:
npm install
Run the server with: npm start
or try nodemon index.js
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Branch (
git checkout -b branchName
) - Commit your Changes (
git commit -m 'Commit message'
) - Push to the Branch (
git push -u origin branchName
) - Open a Pull Request
Devansh Kansagra - [email protected]
Frontend of this project: https://github.com/devanshkansagra/Resume-Builder-Frontend