Skip to content

Simple Django rest framework that covers advanced concepts and demonstrates how to use CI/CD using Circle CI and Social Auth integration

Notifications You must be signed in to change notification settings

uwevanopfern/django-rest-framework-circleci

Repository files navigation

Income Expenses API

Installation steps

  1. Ensure you have python3 installed

  2. Clone the repository

  3. create a virtual environment using virtualenv venv

  4. Activate the virtual environment by running source venv/bin/activate

  • On Windows use source venv\Scripts\activate
  1. Install the dependencies using pip install -r requirements.txt

  2. Migrate existing db tables by running python manage.py migrate

  3. Run the django development server using python manage.py runserver

About

Simple Django rest framework that covers advanced concepts and demonstrates how to use CI/CD using Circle CI and Social Auth integration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages