Skip to content

insertcode/insert-q

Repository files navigation

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

Releases

No releases published

Packages

No packages published