Skip to content

cavdailyonline/unicorn-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

unicorn

Content Management System for student news publications

###Brief The Cavalier Daily, a student news publication at the University of Virginia, is undertaking this project to create a new web presence and content management system for the paper.

###Function We hope that this repository will eventually become a backend Django app that will handle CRUD of articles, authors, and tags. Our front end will be built with AngularJS that will consume our content API mocked out with the Django REST framework.

###Getting Started

###Running Django App

  • ./mysite/manage.py migrate
  • ./mysite/manage.py runserver
  • ./mysite/manage.py createsuperuser
  • Go to localhost:8000 in browser

###Running Angular App

###API Docs

###Running tests

  • invoke test_all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published