This project was developed during the Next Level Week 3.
Happy is a Web and Mobile application that allows users to register and find orphanages. Visiting users are offered details of the orphanage, such as times and instructions for visiting the orphanage.
This project was conceived thinking about the 12th of October, where Children's Day is celebrated, created in order to help users find orphanages and bring joy to children.
This application was developed during the Next Level Week # 3, a Rocketseat project.
- Express
- Axios
- Leaflet
- Typescript
- TypeORM
- SQLite
- Json Web Token (JWT)
- Yarn
- NodeJs
- ReactJS
- React Native
- Login page, made for administrators to approve registration requests.
- Users can create and request new orphanages to be approved by admins
- Admin can approve, reject, or update orphanages
- Image upload in create new orphanage
- Used leaflet map to show the registered orphanages
- Send email to change password
- NodeJS installed
- Yarn or NPM installed
- Expo installed, for mobile
- Git, to clone this repository
git clone https://github.com/Sobraloser/Happy-2.0-NLW-3-COMPLETE.git
yarn
or
npm install
yarn migration:run
or
npm run migration:run
yarn dev
or
npm run dev