App to help NGOs built with ReactJS, React Native, Node.js and more.
This project was made for learning purposes only and comes from Rocketseat's omnistack week crash course #11 with my own modifications
yarn is required
After cloning this repo:
- Run
yarn
in theserver
folder - Go back to the root folder
- Run
yarn dev:server
to up the server - Open
Insomnia
orPostman
and import theInsomnia.json
workspace file atserver
folder - Use it! :D
- Run
yarn
in thewebsite
folder - Go back to the root folder
- Run
yarn dev:web
to up the project
- Run
yarn
in themobile
folder - Update the
baseURL
atsrc/config/index.js
- Go back to the root folder
- Run
yarn dev:mobile
to up the project
- Run
yarn test:server
at 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