Project carried out for Semana OmniStack 11.0 from @Rocketseat, taught by @diego3g.
- Clone this repository
cd backend
npm install
cd ../frontend
npm install
cd ../mobile
yarn
cd ..
- To start backend
cd backend
npm start
- To start frontend
cd frontend
2npm 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!