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.jsinside database directory
cd public.- Do
npm ito install all the dependencies and packages. - To run locally, remove the key-value pair
homepagefrom package.json. npm startto run the project!
When about to commit, format the code using npm run format