Instruction to run the application
- clone the repository usin
git clone - cd into the directory
- rename
sample.envto.env - In
.envchangeDATABASE_URLto your database url andPORTto your preferred port. - run
npm install - run
npm start - fire up your favorite browser and visit
http://localhost:[PORT]