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