For example, suppose you are responsible for building a website for a fall photography exhibition. You will be given a number of photos and stories and you will be asked to add the ability to comment on existing photos to the site. In addition, you should make the site so that it works for the visually impaired, so you should also make the ability to audio file comments and stories to this site.
- django
To run this project your system must have the following programs pre-installed
- python
- pip3
- virtualenv
- Get a free API Key at IBM to use text to speech api
- Clone the repo
https://github.com/amirmohammadraei/cloud-services.git
- Create virtualenv
virtualenv .env
- Active virtualenv
source .env/bin/activate
- Install Requirements
pip3 install requirements.txt
- Create database and role
- cd to cloud_services directory
cd cloud_services
- Run makemigrations & migrate
python manage.py makemigrations && python manage.py migrate
- Run project
python manage.py runserver
Distributed under the MIT License. See LICENSE.txt
for more information.
If you have any questions about how to execute, install or structure of the project, be sure to inform via the email below