AirCnC
Project Name: AirCnC
BACKEND
- In the root directory (/backend) of the project, install all the necessary libraries for development with the command:
yarn install
- In the root directory (/backend) of the project, start the application in development mode at http://localhost:3333 with the command:
yarn dev
FRONTEND
- In the root directory (/frontend) of the project, install all the necessary libraries for development with the command:
yarn install
- In the root directory (/frontend) of the project, start the application in development mode at http://localhost:3000 with the command:
yarn start
Introduction
Offer spots to developers and find talents for your company. A connection between available space, programmers and companies.
✨ Tech Introduction
- Developed using Node, React and React-Native(with Expo);
Some comments have been added to the code to improve understanding;