Skip to content

pangolp/json-placeholder-django-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-placeholder-django-rest

api_root

user_list

The repository contains JSON placeholder models, allowing for CRUD of said model and the ability to add your own data. The steps to deploy it are detailed below.

  1. Create a virtual environment: python3 -m venv .env
  2. Activate the environment: source .env/bin/activate
  3. Install dependencies: pip install -r requirements.txt
  4. Create tables: python3 manage.py migrate
  5. Run the server: python3 manage.py runserver

On Windows

  • Instead of python3, use just python
  • To activate the virtual environment: .env\scripts\activate

URLS

  • /posts
  • /comments
  • /albums
  • /photos
  • /todos
  • /users

About

Utilizando Django, construimos la información de https://jsonplaceholder.typicode.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •