Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pennomi/openwest2015-twitter-clone
Source repository for the Django / Django Rest Framework / Angular presentation for the OpenWest 2015 Conference.
https://github.com/pennomi/openwest2015-twitter-clone
Last synced: about 1 month ago
JSON representation
Source repository for the Django / Django Rest Framework / Angular presentation for the OpenWest 2015 Conference.
- Host: GitHub
- URL: https://github.com/pennomi/openwest2015-twitter-clone
- Owner: pennomi
- License: mit
- Created: 2015-05-02T21:36:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-08T20:48:57.000Z (over 9 years ago)
- Last Synced: 2023-08-03T00:55:45.326Z (over 1 year ago)
- Language: Python
- Size: 469 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django / DRF / Angular Demo App for OpenWest 2015
To get set up follow the steps:
```bash
# Clone the repository
git clone https://github.com/pennomi/openwest2015-twitter-clone.git
cd openwest2015-twitter-clone# Create a virtualenv
mkvirtualenv --python=/usr/bin/python3 twitter-clone# Install the requirements
pip install -r requirements.txt# Migrate the django test database
./manage.py migrate# Run the test server
./manage.py runserver
```