Skip to content

notez-app/notez-back

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published