Skip to content

Hosseinht/drf-simplecrm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django Rest Framework

A simple crm that is built with Django REST framework

Technology Stack

Setup

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

Setup on Docker

First install the Docker

docker-compose

Build and run the app

docker-compose up -d --build

Endpoints

To see the endpoints go to http://127.0.0.1:8000/ or http://127.0.0.1:8000/redoc/

Releases

No releases published

Packages

No packages published

Languages