Rare Server
Our client, Rare Publishing, needs a new application built for their readers. Currently, readers can submit new articles through the mail and once month Rare sends out a Zine of articles that the publishers liked the most. They've finally decided that the internet is not a fad and want a new way for readers view posts.
The finished application will give users the ability to submit, update and comment on posts. The posts will also be organized by tags and categories making it easier for the reader to find the posts they are searching for.
The previous dev team was able to complete the client and server side portions of login and register. It is up to you to complete the remaining tickets. It is also up to you to decide how many of those tickets you will complete in the first sprint.
- Python
- SQL
- Run
pipenv shellto start the virtual environment - Run
pipenv installto install the dependencies - Create a
db.sqlite3file - Add a connection to the database file
- Run the commands in the
loaddata.sqlfile to create the tables in the database
- Jay Lhomme - Added ability to do full CRUD for Posts
- Frank Campos - Added ability to do full CRUD for Comments
- Jesse Ramirez - Added ability to do full CRUD For Users
