From 920d91900c8201b6d1a94f6fcb60f6a84cb5a441 Mon Sep 17 00:00:00 2001 From: Marco Zeisler Date: Tue, 17 Nov 2020 19:40:44 +0100 Subject: [PATCH] update --- frontend/README.md | 36 ++++++++------------------ middleware/README.md | 60 ++++++++------------------------------------ 2 files changed, 21 insertions(+), 75 deletions(-) diff --git a/frontend/README.md b/frontend/README.md index 220ea6e..fb0a27b 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,27 +1,11 @@ -# AppFe +# AIC Angular Frontend +## Prerequisites +* install [nodejs](https://nodejs.org/en/) +* install [angular-cli globally](https://cli.angular.io/) -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.7. - -## Development server - -Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. - -## Code scaffolding - -Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. - -## Build - -Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build. - -## Running unit tests - -Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). - -## Running end-to-end tests - -Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). - -## Further help - -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). +## Setup + $ cd ./frontend + + $ npm install + + $ ng serve diff --git a/middleware/README.md b/middleware/README.md index f133cfe..33f7928 100644 --- a/middleware/README.md +++ b/middleware/README.md @@ -1,53 +1,15 @@ -# Heroku Django Starter Template - -An utterly fantastic project starter template for Django 2.0. - -## Features - -- Production-ready configuration for Static Files, Database Settings, Gunicorn, etc. -- Enhancements to Django's static file serving functionality via WhiteNoise. -- Latest Python 3.6 runtime environment. - -## How to Use - -To use this project, follow these steps: - -1. Create your working environment. -2. Install Django (`$ pipenv install django`) -3. Create a new project using this template - -## Creating Your Project - -Using this template to create a new Django app is easy:: - - $ django-admin.py startproject --template=https://github.com/heroku/heroku-django-template/archive/master.zip --name=Procfile helloworld - -(If this doesn't work on windows, replace `django-admin.py` with `django-admin`) - -You can replace ``helloworld`` with your desired project name. - -## Deployment to Heroku - - $ git init - $ git add -A - $ git commit -m "Initial commit" - - $ heroku create - $ git push heroku master - - $ heroku run python manage.py migrate - -See also, a [ready-made application](https://github.com/heroku/python-getting-started), ready to deploy. - - -## License: MIT - -## Further Reading - -- [Gunicorn](https://warehouse.python.org/project/gunicorn/) -- [WhiteNoise](https://warehouse.python.org/project/whitenoise/) -- [dj-database-url](https://warehouse.python.org/project/dj-database-url/) +# AIC Django Middleware +## Setup + $ cd ./middleware + + $ pip install -r requirements.txt + + $ python manage.py makemigrations + $ python manage.py migrate + $ python manage.py createsuperuser + + $ python mangge.py runserver # ERROR handling