Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 437 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 437 Bytes

Insert Q

Q&A app for Insert Code

Setup and local development

  1. Clone this repository

  2. Install dependencies

  npm install
  1. Rename .env.example to .env and fill the values for DB_HOST, DB_USER, DB_PASSWORD and DB_DB with your own.

  2. Run db migrations with npm run db:migrate

  3. Run npm start. App will run in http://localhost:5000

License

MIT