Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 774 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 774 Bytes

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