Skip to content
Snippets Groups Projects
Commit f762c7ad authored by Nathan Bills's avatar Nathan Bills
Browse files

Updating the readme with a link to the wiki homepage.

parent 1302651f
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ This project aims to solve the problem that many a movie collector faces with a
The idea is to create a responsive front-end that consumes a RESTful web service that we will create. Users will be able to create a profile, add their movies (or select movies if they already exist in the DB), and create collections (favorites, etc.).
The wiki can be found [here](https://github.com/ndbills/MyMovieLibrary/wiki)
#Features of this project include:
* User Login
......@@ -43,4 +45,4 @@ The idea is to create a responsive front-end that consumes a RESTful web service
- update the `__init__.py` in the project folder to point to your mongodb server
- start your mongodb server if it isn't running already
- run the `python runserver.py` in the MyMovieLibrary directory
- the application should be running on localhost:8080
\ No newline at end of file
- the application should be running on localhost:8080
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment