Skip to content

roadroot/tutlayt

Repository files navigation

Tutlayt

This is a cultrual project about the Amaziɣ (ⴰⵎⴰⵣⵉⵖ) people and language.

Prerequisites

  • 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

Setup

Env file

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

Docker compose

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)

Back End

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

Front End

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •