Server Base - Conexa Envinroment setup Create database CREATE DATABASE conexa Copy .env.example to .env and fill with database credentials. To install dependencies, run npm install Migrations: npx sequelize-cli db:migrate Seeders: npx sequelize-cli db:seed:all Start local server npm start Run test npm test