FreeTour is a full-stack project with a mobile app (React Native) and a backend API (NestJS).
frontend/— React Native mobile applicationbackend/— NestJS backend API
- Node.js (LTS recommended)
- npm or Yarn
Clone the repo and install dependencies for each package:
git clone https://github.com/rodrii-dp/FreeTour.git
cd FreeTour
# backend
cd backend
npm install
# frontend
cd ../frontend
npm installcd backend
npm run start:devcd frontend
npm startThen run the app on a simulator/device:
# Android
npm run android
# iOS
npm run iosCommon scripts (may vary per package):
npm run start:dev— start in development/watch modenpm run start— startnpm run test— run tests
Issues and pull requests are welcome. Please describe the change and include steps to reproduce/test.
Add a license file (e.g. LICENSE) and update this section accordingly.