JeridiOmar / sahti-backend

Sahti is a website which aims to organize the tunisian sanitary domain by providing the necessary functionalities for all tiers (Patients, Doctors, Technicians, Pharmacists etc...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sahti

Sahti is a website which aims to organize the tunisian sanitary domain by providing the necessary functionalities for all tiers (Patients, Doctors, Technicians, Pharmacists etc...)

Tech Stack

Environment Variables

To run this project, create .env file, copy the .example.env file into your .env file, and change the following value of the following variable to the appropriate one.

JWT_VERIFICATION_TOKEN_SECRET

JWT_LOGIN_TOKEN_SECRET

JWT_RESET_TOKEN_SECRET

MAIL_PASSWORD

Run Locally

1- Make sure you have docker and docker-compose installed in your system by running these commands:

docker --version
docker-compose --version

2- Clone the project

  git clone https://github.com/AhmedGrati/sahti-backend

3- Go to the project directory

  cd sahti-backend

4- Run the project

  docker-compose up

License

The source code for the site is licensed under the MIT license, which you can find in the LICENSE.txt file.

About

Sahti is a website which aims to organize the tunisian sanitary domain by providing the necessary functionalities for all tiers (Patients, Doctors, Technicians, Pharmacists etc...)

License:MIT License


Languages

Language:TypeScript 91.7%Language:Handlebars 6.5%Language:Shell 0.8%Language:JavaScript 0.8%Language:Dockerfile 0.2%