This is a cultrual project about the Amaziɣ (ⴰⵎⴰⵣⵉⵖ) people and language.
- Have docker installed and configured. Make sure that this command does not return an error:
> docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Create a .env
file respecting the template in .env.template
. You can run this command to make a copy of template to the .env
file:
cp .env.template .env
Launch the required services for this project by launching them using the docker compose command. To do that please open a terminal relative to this readme file and launch the following command:
docker compose -f docker-compose.yaml up
NOTE: You can run this command to delete the existing containers: docker rm $(docker ps -aq)
The back end is a NestJS project that can be found in ./back/
directory. Please read the instructions described in the README file located in ./back/README.md
The front end is a flutter project that can be found in ./front/
directory. Please read the instructions described in the README file located in ./front/README.md