Coder Social home page Coder Social logo

mastering-drf's Introduction

This a personal learning track i'm using to learn and improve on my knowledge of building APIs with DRF

Steps to run the django project contained in this repo

  1. clone repo (or download manually) and navigate to folder directory on any CLI
  2. on the CLI, run pip install -r requirements.txt to install project dependencies into current working environment
  3. you may use any database of your choice(i used postgres)
  4. adjust the DATABASE settings located in the core/settings.py file to fit the your database of your choice.
  5. on the CLI, run migrations , with command python manage.py makemigrations followed by python manage.py migrate
  6. run python manage.py loaddata data.json to load the data.json into the database
  7. run python manage.py runserver
  8. study config/urls.py for url nagivations

mastering-drf's People

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.