Skip to content

SnTC-IITMandi/Xpecto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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