https://github.com/zapix/angular-sample
Test project for fabio
https://github.com/zapix/angular-sample
Last synced: 8 months ago
JSON representation
Test project for fabio
- Host: GitHub
- URL: https://github.com/zapix/angular-sample
- Owner: Zapix
- Created: 2015-06-04T10:01:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T09:29:32.000Z (over 10 years ago)
- Last Synced: 2025-01-10T00:15:30.280Z (9 months ago)
- Language: HTML
- Size: 184 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fabiotest
Test project for Fabio## Setup & Run django part
* Create virtuaenv
* Install all requirements form dajngo-src/requirements.txt
* Go to django-src/fabiotest
* Create database `python ./manage.py migrate`
* Run server `python j./manage.py runserver`## Setup & Run angular part
* Setup node on your machine
* Setup bower `npm install -g bower`
* Go to angualrjs-src/fabiotest
* Install all nodw modules `npm install`
* Run server with angular project `npm start`## Test project.
Go on your web browser to localhost:8080.