Skip to content

cherring07/code-test-ideas-board-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ideas board API

Simple Python/Django API which enables the frontend app to create, update and delete an idea, as well get all ideas.

Install steps

  1. cd code-test-ideas-board-api
  2. sudo easy_install pip
  3. sudo pip install virtualenv
  4. virtualenv venv
  5. . venv/bin/activate
  6. pip install -r requirements.txt
  7. export SECRET_KEY=something-random
  8. python manage.py migrate
  9. python manage.py createsuperuser
  10. python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages