- Install package
cd server
npm i
-
Download and install xampp -> Open xampp -> start Apache, MySQL
-
Open http://localhost/phpmyadmin/ -> New DB -> DB name: iot, select: utf8_unicode_ci -> Create
-
Config DB in
.env
file (View file .env.example) -
Run migrate and seed database
sequelize db:migrate
sequelize db:seed:all
- Run server
node index.js