Steps to follow to contribute to the project
-
Clone the repository
-
Navigate into the repo and run
npm install
-
Navigate into the resume-service folder by running
cd resume-service
-
Create a file named
config.env
in the root directory of the project -
Copy contents of
config.copy.env
toconfig.env
and replace all the environment variables -
To start the server run
npm start
-
Start the db-service, and portfolio-service
-
Move to respective directory and run:
npm install
npm start