The backend server for the TextScroll application.
- Start a virtual environment
$ pip install virtualenv $ virtualenv TextScroll --no-site-packages $ .\TextScroll\Scripts\activate
- Install dependencies
(TextScroll) $ pip install -r requirements.txt
- Install MongoDB.
- Develop on a feature branch
(TextScroll) $ git branch feature/feature_name
- Commit and push your changes.
- Check the build and coverage status on Travis and Coveralls
- When ready, open a Pull Request.
