Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 634 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 634 Bytes

Xpecto

Xpecto - Technical Fest of IIT Mandi

Contribute by making changes into your own created branch, NOT directly from the master branch

Instructions to run the application

  1. Fork the repo and then clone the repo using command -
git clone [FORKED_REPO_URL]
  1. Move into the backend directorydirectory using -
cd Xpecto/backend
  1. Then install all the dependencies from the package.json using the command
 npm install
  1. Add the config.env file in the config (folder) directory provided in the group.

  2. Use postman(recommended) for testing the API

 npm start