Skip to content

RDanned/whysdjan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project description

Requirements

  • Python 3.10 was used
  • Other requirements are in requirements.txt

Project installation:

  • clone project
  • python -m venv venv
  • pip install -r ./requirements.txt
  • set django secret key in .env file

Run project (in dev mode)

  • source ./venv/bin/activate
  • python manage.py migrate
  • python manage.py runserver

After project started

  • try to make post request to import endpoint with json data

Endpoints: [POST] /import - import json file [GET] /detail// - get all records by model name [GET] /detail// - get object by model name and object id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published