- Area project is an API dashboard with actions and reaction.
- docker
- docker compose
Clone it!
git clone git@github.com:Le-feu-de-camp/Area-Front.git
Go into the project directory and run the command:
docker-compose up --build
Open http://localhost:8081
and enjoy!
- on peut aussi passer par Android Studio si l'emulateur ne fonctionne pas, ou simplement installer l'apk sur son tel
cordova emulate android
docker-compose run server bash
bundle install
rails db:drop db:setup
exit
docker-compose up --build
- Frontend is made with Reactjs version 18
- Backend is made with Ruby On Rails with postgresSQL as data base