App to ReactJS, React Native, TypeScript Node.js and more. 🚀
yarn is required
After cloning this repo:
- Run
yarnin theserverfolder - Go back to the root folder
- Run
yarn dev:serverto up the server - Open
InsomniaorPostmanand import theInsomnia.jsonworkspace file atserverfolder - Use it! :D
- Run
yarnin thewebsitefolder - Go back to the root folder
- Run
yarn dev:webto up the project
- Run
yarnin themobilefolder - Update the
baseURLatsrc/config/index.js - Go back to the root folder
- Run
yarn dev:mobileto up the project
- Run
yarn test:serverat the root folder
I made some improvements like:
- Making the possibility to edit the incidents
- Adding neumorphism on parts of the website
- Adding the generated ID from registration automatically in the login field
- Adding the validation of all necessary routes
- Adding more tests
- Improving the tests architecture and organization
- Improving the code architecture and organization
- Deploying and setting the website on Netlify
- Deploying and setting the server on Heroku
