This project was developed during the Next Level Week 3 by Rocketseat 🚀💜
To run this project, please install this:
Use your prefered text editor or IDE to study/change. I already used and recommend these text editors:
# Clone this repository $ git clone https://github.com/FelipePardim/happy
# Access back-end folder. $ cd backend # Install dependencies. $ yarn install #or. $ npm install # Start the API server. $ yarn dev #or. $ npm dev # The back-end server will listen on port 3333. # Make API calls on http://localhost:3333.# Access front-end folder. $ cd frontend # Install dependencies. $ yarn install #or. $ npm install # Start the Web server. $ yarn start #or. $ npm start # The front-end server will up on port 3000 # Access the web app on http://localhost:3000.# Acess mobile folder $ cd mobile # Install dependencies $ yarn install #or $ npm install # Start the Expo server $ expo start # Connect your iPhone or Android device to the expo server, or run in your prefered emulator;
This are the tech stack and tools utilized to develop this project:
- TypeScript.
- Node.js.
- React.
- React Native.
- Expo.
- Express.
- SQLite.
- Figma.
This project is under MIT licensce.