Coder Social home page Coder Social logo

dater_prototype_api's Introduction

Hired Django RESTful App

This is the back-end counterpart to the full-stack Datr Prototype. A full description of the app can be found there.

Project Setup

  1. Please Note that you must place the following steps in a separate directory from the front end app!!!!

  2. Clone the repo and cd into the d8r-api directory you made after setting up the react app:

    git clone [email protected]:kurtkrafft1/dater_prototype_api.git

  3. Navigate to the root directory: cd dater_prototype_api

  4. Set up your virtual environment:

    python -m venv daterEnv

  5. Activate virtual environment:

    source ./daterEnv/bin/activate

  6. Install dependencies:

    pip install -r requirements.txt

  1. In the terminal now we can run migrations:

    python manage.py makemigrations python manage.py migrate

  2. Now we need to make migrations for the app itself and the models within it

    python manage.py makemigrations daterapp python manage.py migrate

  3. in your terminal it is time to load fixtures:

    python manage.py loaddata */fixtures/*.json

  1. Start the API server:

    python manage.py runserver

  2. Follow the steps on the front-end web app readme to view the web app in your browser

Technology Utilized

  1. Django
  2. Python
  3. SQLite
  4. Fixtures
  5. ORM & SQL queries
  6. Models
  7. API Endpoint Views

Made By:

dater_prototype_api's People

Contributors

kurtkrafft1 avatar dependabot[bot] avatar

Watchers

James Cloos 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.