Project carried out for Next Level Week #1 from @Rocketseat, taught by @diego3g.
✨ Demo
- Clone this repository
cd servernpm install- Rename
.env.templateto.env. - Add your host url.
npm run knex:migratenpm run knex:seedcd ../webnpm installcd ../mobilenpm installcd ..- To start server
cd servernpm run dev- To start frontend
cd frontendnpm start
- To start mobile
cd mobilenpm 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!

