Skip to content

zwasd/simple-survey-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-survey-app

App created using redux, includes Django which host the app and an API

Setup

Install Node Modules

# npm install

Install Python Requirements

# pip install -r requirements.txt

Setup Django Database

# cd project
# python manage.py makemigrations api
# python manage.py migrate

Run Django Server

In the same directory from Setup Django Database,

# python manage.py runserver

visit http://localhost:8000 to view the app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published