TODO: Write a project description
🏠 Homepage
yarn
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
First run Docker Compose file to start the database.
docker-compose up -d
Then run the development server.
yarn dev
yarn test
TODO: Write contribution guidelines
This project is MIT licensed.