Skip to content

SocialNerds/Django-REST-65

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django REST Framework example

This repo contains the starting point to create a REST API based on Django REST Framework.

Check the full explanation video (GR)

REST API σε Python με Django #65, live

Installation

Requirements

Run

Run in root folder,

cp .env.example .env
docker-compose build && docker-compose up -d

Add vhost to your /etc/hosts file,

127.0.0.1 www.socialrest.local

Check http://www.socialrest.local/admin on your browser,

login as admin/admin

Check http://www.socialrest.local/api/blogs on postman,

authenticate as admin/admin

To stop it, go to root folder and type,

docker-compose down

By SocialNerds

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published