elhamrazi / ElhamBlog

Cloud Computing First Assignment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElhamBlog

Cloud Computing Course first assignment.
A simple Blog Using Django Framework and Used IBM Cloud Services for Text Analysis and Text to Speech.
Deployed on pythonanywhere Cloud (Paas)

Fall 2021 - Dr. Djavadi

Installation

Use the package manager pip to install the required packages and run the project on your host

pip install -r requirements.txt

Then, you can run this locally on your machine, using this command:

python manage.py runserver

You need to take care of the database too! you can edit the required settings in settings.py file.

License

MIT

About

Cloud Computing First Assignment.

License:MIT License


Languages

Language:Python 74.6%Language:HTML 24.9%Language:CSS 0.5%