GithubHelp home page GithubHelp logo

python_tips's Introduction

PyBites Tips API

Part of the 100 Days of web with Python Talk Python Course

Here are the instructions to set this API up locally.

If you want to automate below in one step, you can use the included Makefile. In that case you can just run make setup && make run and you should be good to go.

To do this setup manually go through these steps:

  1. Make a virtual environment: python -m venv venv.

  2. Activate the virtual environment: source venv/bin/activate.

  3. Install the (base) requirements: pip install -r requirements.txt.

  4. Set SECRET_KEY and DEBUG in the venv/bin/activate script and run it again so these variables are available.

  5. Run the migrations: python manage.py migrate.

  6. Create a pybites superuser with password 'changeme':

echo "from django.contrib.auth.models import User; User.objects.create_superuser('pybites', '[email protected]', 'changeme')" | python manage.py shell
  1. Import the tips data: python manage.py sync_tips.

  2. Run the webserver: python manage.py runserver.


Browse to http://localhost:8000/api/ - enjoy!


This API was initially linked to: Building a Python Tips API with Django REST Framework and Deploying it to Digital Ocean - leaving this here just in case.

python_tips's People

Contributors

bbelderbos avatar dependabot[bot] avatar pybites avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

thinknot

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.