This project is generated with yo angular generator version 0.15.1.
Cats is a simple blog.
The project contains two apps:
- Articles, all articles are added and edited from the admin.
- Polls.
- Python 3.5
- Django 1.10
- Django REST framework 3.5
- Django-ckeditor 5.1
- Angular 1.5
- Bootstrap 3
-
Activate your virtual environment:
source <virtual_env>/bin/activate -
Install needed packages:
pip install -r requirements.txt -
Run Django server:
python manage.py runserver -
Run Frontend:
npm install,bower install,grunt serve
Backend can be found here: https://github.com/kate-ka/cats_backend.