Skip to content

A Django Rest Framework (DRF) backend application incorporating CRUD operations with Integration Tests.

Notifications You must be signed in to change notification settings

Albert-Osei/django-rest-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Welcome to django-rest-server application πŸ‘‹

A python DRF backend service

Getting Started


$ git clone https://github.com/Albert-Osei/django-rest-server.git
$ cd django-rest-server
$ vrtualenv -p python3.6 venv
$ source venv/bin/activate
<venv>$ pip install -r requirements.txt
<venv>$ cd backend
<venv>$ python manage.py runserver 8000

Now you can check various apis on http://localhost:8000

Author

πŸ‘€ @albert0711

πŸ“ Copyright

Copyright (c) 2023

About

A Django Rest Framework (DRF) backend application incorporating CRUD operations with Integration Tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages