Skip to content
Amitvikram Dwivedi edited this page Oct 1, 2021 · 3 revisions

CTF-backend

Backend for the CTF portal of IIITV

About

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.

Getting Started

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.

Resources

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.

Clone this wiki locally