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
npm i
inside root project directory
- 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
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!
When about to commit, format the code using npm run format