-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Amitvikram Dwivedi edited this page Oct 1, 2021
·
3 revisions
Backend for the CTF portal of IIITV
CTF-Backend is the Backend server for the Catch The Flag portal of IIITV. CTF Portal will be supported by Rest-APIs on this server.
First of all go through the Readme of this project to know how to setup this server on your local machine, after which you can look at the other sections of this wiki to start building APIs.
Node.js Documentation Using this document, you will become familiar with how Node.js works.
Express.js Creating APIs will be a lot easier when you are familiar with Express.js, the back-end web framework used in the project.