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
.env
File (see.env.template
). - Install node dependencies with
npm install
. node app.js
(ornpm start
to run with nodemon) to run script locally.git add
,git commit
andgit push
to contribute (and always remember togit pull
before starting the day).
tbd
Use the dotenv-cli
package:
npx dotenv -e .env sequelize db:migrate