Q&A app for Insert Code
-
Clone this repository
-
Install dependencies
npm install-
Rename
.env.exampleto.envand fill the values forDB_HOST,DB_USER,DB_PASSWORDandDB_DBwith your own. -
Run db migrations with
npm run db:migrate -
Run
npm start. App will run in http://localhost:5000