- Requirements
- Communication
- Services
- Installation from source
- Using the application
- Troubleshooting
- Documentation
- Credits
- License
| Language / Tools | Link | Description |
|---|---|---|
| Docker | Docker is used to containerize the application, the api and the database. | |
| MongoDB | MongoDB is used as the database for the application. (not mandatory if using Docker) | |
| NodeJS | NodeJS is used to run the application. (not mandatory if using Docker) | |
| TypeScript | TypeScript is used to write the application. | |
| Flutter | Flutter is used to write the mobile application. | |
| Git | Git is used for version control. |
- If you have a bug or an issue, please contact us.
- Timer
- Weather
- Nasa
- GMail
- Github
- Slack
git clone git@github.com:UwUClub/AwArea.git- use in the root directory
docker-compose up --buildFirst start the server
cd api && npm install && npm startThen start the client
cd flutter_area && flutter pub get && flutter runIf you get blocked by CORS policy on Chrome:
rm {your_flutter_directory}/bin/cache/flutter_tools.stampAnd add '--disable-web-security' under '--disable-extensions' in {your_flutter_directory}/packages/flutter_tools/lib/src/web/chrome.dart
- Valentin Gegoux
- Quentin Challon
- Luca Deltort
- Maxence Labourel
- Baptiste Laran
AwArea is developped by the UwUClub for Epitech.