A simple crm that is built with Django REST framework
- Python 3.8.4 , Programming Language.
- Django 4.1 , Web Framework.
- Django Rest Framework 3.13.1 , API Framework.
- Simple JWT, JSON Web Tokens.
- Djoser , Views for authentication system.
- PostgreSQL , Database.
Clone the project
git clone git@github.com:Hosseinht/drf-simplecrm.gitGo to the project directory
cd my-projectInstall dependencies
pip install -r requirements.txt.env File
make a .env file with required fields. check .env.example for the needed fieldsMigrate
python manage.py migrateStart server
python manage.py runserverFirst install the Docker
docker-compose
Build and run the app
docker-compose up -d --buildTo see the endpoints go to http://127.0.0.1:8000/ or http://127.0.0.1:8000/redoc/
