https://github.com/ahmedgrati/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...)
https://github.com/ahmedgrati/sahti-backend
aws aws-s3 aws-sdk docker docker-compose nestjs postgresql typeorm
Last synced: about 1 year ago
JSON representation
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...)
- Host: GitHub
- URL: https://github.com/ahmedgrati/sahti-backend
- Owner: AhmedGrati
- License: mit
- Created: 2021-09-26T10:52:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T19:46:35.000Z (over 4 years ago)
- Last Synced: 2025-05-05T18:37:29.767Z (about 1 year ago)
- Topics: aws, aws-s3, aws-sdk, docker, docker-compose, nestjs, postgresql, typeorm
- Language: TypeScript
- Homepage:
- Size: 3.38 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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:
```bash
docker --version
docker-compose --version
```
2- Clone the project
```bash
git clone https://github.com/AhmedGrati/sahti-backend
```
3- Go to the project directory
```bash
cd sahti-backend
```
4- Run the project
```bash
docker-compose up
```
## License
The source code for the site is licensed under the [MIT](https://choosealicense.com/licenses/mit/) license, which you can find in the LICENSE.txt file.