Happy es una plataforma para programar visitas a orfanatos, creada durante la Next Level Week
Puedes ver el design del layout web y mobile version. Necesitás una cuenta Figma para acceder.
- NodeJs - Crear el servidor
- ReactJs - A JavaScript library for building user interfaces
- React Icons - Utilizes ES6 imports that allows you to include only the icons that your project is using.
- React Router Dom - DOM bindings
- React Native - Native Development
- React Navigation - Routing and navigation for your React Native apps.
- Expo - Deploy and quickly iterate on native Android, iOS, and web apps
- Expo Mail Composer - Compose and send mail
- SQLite3 - DB Connector
- Express - Router of the Application
- CORS - Cross-origin Resource Sharing
- Axios - Promise based HTTP client for the browser and NodeJs
# Clone this repository
$ git clone https://github.com/jowpurcinelli/happy_uy
Backend API Reference: Run in Insomnia
Access backend folder and install the dependencies
To clone and run this application, you'll need Git and Yarn. From your command line:
# Clone this repository
$ git clone https://github.com/jowpurcinelli/happy_uy
# Go into the repository $ cd happy/server
# Install dependencies $ yarn
# Run the development server $ yarn start
# Run the migrations $ yarn migration:run
# The app will automatically reload if you change any of the source files.
# Go into the repository $ cd happy/web
# Install dependencies $ yarn
# Run the development server $ yarn start
# Navigate to http://localhost:3000 # The app will automatically reload if you change any of the source files.
# Be into the repository $ cd happy/mobile
# Install dependencies $ yarn
# Run the development server $ yarn start
# The app will automatically starts Metro Bundler. You may use an emulator or your own smartphone. # Automatically reloads if you change any of the source files.
Este proyecto esta sob licencia MIT.
Proyecto desarollado durante la NLW 3 - Rocketseat.