Project carried out for Next Level Week #2 promoted by @Rocketseat, taught by @diego3g.
✨ Demo
- Clone this repository
cd server
yarn
- Setup your Postgres database.
- Rename
.env.template
to.env
. - Add your host url and database information.
yarn knex:migrate
cd ../web
yarn
cd ../mobile
yarn
cd ..
- To start server
cd server
yarn dev
- To start web
cd web
yarn start
- To start mobile
cd mobile
yarn start
- Enjoy!
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
- Make a fork;
- Create a branck with your feature:
git checkout -b my-feature
; - Commit changes:
git commit -m 'feat: My new feature'
; - Make a push to your branch:
git push origin my-feature
.
After merging your receipt request to done, you can delete a branch from yours.
Give a ⭐️ if this project helped you!
This project is under the MIT license. See the LICENSE for details.
Made with ♥ by Welton Felix 👋 Get in touch!