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.git
Go to the project directory
cd my-project
Install dependencies
pip install -r requirements.txt
.env File
make a .env file with required fields. check .env.example for the needed fields
Migrate
python manage.py migrate
Start server
python manage.py runserver
First install the Docker
docker-compose
Build and run the app
docker-compose up -d --build
To see the endpoints go to http://127.0.0.1:8000/ or http://127.0.0.1:8000/redoc/