The API portion of the https://github.com/andela-cdike/wallie app.
This repo hosts the python and Django backend of the wallie application. It provides an [https://wallie-api.herokuapp.com/admin](admin interface) and a [https://wallie-api.herokuapp.com/api/v1/core/posts/](browsable API) interface for seeing the payload returned by the different endpoints.
This app also features web sockets so users receive real time updates as messages are posted on the board.
- Python
- Clone the repo:
$ git clone https://github.com/andela-cdike/wall-app-api
- Navigate to root folder
$ cd wall-app-api
- Install dependencies
$ pip install -r requirements
- Run the server
$ cd wall_app
$ python manage.py runserver
Run tests with
$ cd wall_app
$ python manage.py test
Erika Dike – @rikkydyke – chukwuerikadike@gmail.com
Distributed under the MIT license. See LICENSE
for more information.