API Backend Build With NodeJS
This API provides a very easy way to make the Backend of a Portal for a College or School. It considers the most basic data any College/School has about a Student and provides you with Endpoints to perform various operations like Student Registration/Login/Outpass System/Notifications. This Project is Licenses under AGPLv3 but feel free to Contact Us if you want to use this project in your College and we’ll get you Up and Running in No Time.
NodeJS Version 6.xx
Clone the Repository
git clone https://github.com/coer-portal/coer-portal-api
Install Dependencies
cd coer-portal-api
yarn
cd coer-portal-api
npm install
npm start
Server is Live on http://localhost:5000
Endpoint used to register a Student
Endpoint used to login user and get the accesstoken required to do any other business.
Endpoint used to get resettoken that can be used to change password of an user
Endpoint used to get change password of an user. It is intended to be used only after receiving resettoken from Forgot Password Endpoint
Endpoint used to validate if the accesstoken is valid of invalid
Endpoint used to Submit an Outpass to Warden