Presented @ Commit Klaipėda (2019-03-07)
- git
- node.js
- SQL DB (MySQL, SQLite3, PostgreSQL, MSSQL)
- clone/fork/download repository
- run
npm install
- create DB
- copy
.env.example
to.env
and edit config by you environment - install npm package by your DB System (pg for PostgreSQL and Amazon Redshift, mysql for MySQL or MariaDB, sqlite3 for SQLite3, or mssql for MSSQL.
- install knex globally to be able to run migrations and seeds:
npm install knex -g
- run migrations
knex migrate:latest
and seedsknex seed:run
- run
npm run dev
- open http://localhost:1337 in your browser