SpiderNitt / Document-Request-Portal

A document requisition portal for NITT.

Home Page:https://studentrequest.nitt.edu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document Requisition NITT

A portal for requesting document verification.

Branch integ contains overall backend code in root and and front-end in public/ folder.

ReactJS + NodeJS and MySQL using Sequelize ORM

setup

npm i inside root project directory

db

  • create .env file from .env.example and update it with your db credentials inside database/env/
  • create db bonafide;
  • node seed.js inside database directory

frontend

  • cd public.
  • Do npm i to install all the dependencies and packages.
  • To run locally, remove the key-value pair homepage from package.json.
  • npm start to run the project!

Note

When about to commit, format the code using npm run format

About

A document requisition portal for NITT.

https://studentrequest.nitt.edu/


Languages

Language:JavaScript 93.8%Language:CSS 4.0%Language:HTML 1.8%Language:Shell 0.5%