/mita-backend

Backend MITA PROJECT with ExpressJS and Sequelize ORM

Primary LanguageJavaScript

This project was bootstrapped with ExpressJS

Available Scripts

In the project directory, you can run:

npm install

After installing all dependencies, the next step is to manage the database.
Open folder config/config.js and adjust the database name, username, dialect, password and host in the development environment.

After setting all the databases, run the command.

npx sequelize db:migrate

Launches the test runner in the interactive watch mode.

npm start