Inspired by Airbnb. The idea of the project is to connect companies and developers looking for a common place to get to know each other
- Node.js >=18
- MongoDB
- MongoDB Client: Compass
- React Native: See the environtment setup to react native
$ npm install -g pnpm
$ pnpm install
Prepare environment variables
$ chmod +x ./scripts/*.sh
$ pnpm cp-dev
Run the backend development server at localhost:8080
$ pnpm server:dev
Run the client at localhost:5173
$ pnpm web:dev
This project is under the MIT license.