Based on Node.js with Express.js and a sequelized MySQL database, this API servers as the main data provider for the dialogikTV frontend webapplication.
- Clone the repository.
- Create
.envFile (see.env.template). - Install node dependencies with
npm install. node app.js(ornpm startto run with nodemon) to run script locally.git add,git commitandgit pushto contribute (and always remember togit pullbefore starting the day).
tbd
Use the dotenv-cli package:
npx dotenv -e .env sequelize db:migrate