Skip to content

hulsedev/api-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This application is based on this Django authentication tutorial where you learn how to create a public feed application, add authentication, and add moderator permissions.

Django public feed app

Running the application

First, clone the application:

git clone [email protected]:auth0-blog/django-feed-auth0.git
cd django-feed-auth0

Next, install the dependencies:

python -m venv env
source env/bin/activate
pip install -r requirements.txt

Then, you need to update your settings.py file with your own Auth0 values. You can sign up for a free Auth0 account here if you don't have one already.

You can find the location of those values in your Auth0 dashboard. For more details, please see the "Adding Authentication" section of the tutorial.

Migrate the application:

cd feed
python manage.py migrate

Create a superuser:

python manage.py createsuperuser

Finally, run the application:

python manage.py runserver

About

The api server for Hulse.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published