Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 579 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (22 loc) · 579 Bytes

Steps to follow to contribute to the project

  1. Clone the repository

  2. Navigate into the repo and run

    npm install
    
  3. Navigate into the resume-service folder by running

    cd resume-service
    
  4. Create a file named config.env in the root directory of the project

  5. Copy contents of config.copy.env to config.env and replace all the environment variables

  6. To start the server run

    npm start
    
  7. Start the db-service, and portfolio-service

  8. Move to respective directory and run:

   npm install
   npm start