Server deals with feeding in of round data and all administrative actions and allotment of questions to the respective teams.
Report Bug
·
Request Feature
Table of Contents
The project was created to serve as a base for the auction in ACM-VIT's Reverse Coding event in 2020. The backend deals with serving details of the 3 auction rounds and allotment of questions to the respective teams. Another express server was created to work in conjunction to the current server to deliver real time updates for the auction.
The backend is documented with the help of Swagger and the documentation is available on /docs
.
The project runs on Node.js utilizing npm as the package manager.
Make sure you have node.js version 8 or above to run this project.
-
Clone the repository
git clone https://github.com/HelixW/bidding-backend.git
-
Install NPM packages
npm install
-
Create a
.env
file using the configuration in.env.example
touch .env
-
Start the development server
npm run start:dev
Documentation for the restful server is available at http://localhost:<your-port>/docs
.
The server uses a global /api
prefix for all routes.
Distributed under the MIT License. See LICENSE
for more information.
Shreyas K. - Linkedin - Business Email
Project Link - https://github.com/HelixW/bidding-backend