Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.13 KB

File metadata and controls

62 lines (41 loc) · 1.13 KB

notez-back 💻

License: MIT

TODO: Write a project description

Install

yarn

Setup

Create your Sequelize config file based on the example config.

cp packages/notez-infra/sequelize/{config.example.js,config.js}

Then run the setup command to create and run the database migrations. Don't forget to have your database started as described on the next section.

yarn db:setup

Run

First run Docker Compose file to start the database.

docker-compose up -d

Then run the development server.

yarn dev

Test

yarn test

Contributing

TODO: Write contribution guidelines

📝 License

This project is MIT licensed.