A React Native cross-platform app for companies. Directives were given by a fictitious customer. This project is from the Survivor Pool 2023 by Epitech.
- NodeJS
- Docker
This docker-compose file must be used for development ONLY !
You must install all the dependencies manually while the containers relies on volumes to work. Install them like below :
cd frontend
yarn install
cd ../backend
yarn install
You must use your own .env file before starting the docker containers.
Get the key specified in the .env.example !
docker compose build
docker compose up
- React Native (w/ Expo)
- NestJS
- MariaDB
- Ngrok