Skip to content

amirmohammadraei/cloud-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Familiarity with some cloud services


About The Project

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.

Built With

  • django

Getting Started

Prerequisites

To run this project your system must have the following programs pre-installed

  • python
  • pip3
  • virtualenv

Installation

  1. Get a free API Key at IBM to use text to speech api
  2. Clone the repo
    https://github.com/amirmohammadraei/cloud-services.git
  3. Create virtualenv
    virtualenv .env
  4. Active virtualenv
    source .env/bin/activate
  5. Install Requirements
    pip3 install requirements.txt
  6. Create database and role
  7. cd to cloud_services directory
    cd cloud_services
  8. Run makemigrations & migrate
 python manage.py makemigrations && python manage.py migrate
  1. Run project
 python manage.py runserver

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

If you have any questions about how to execute, install or structure of the project, be sure to inform via the email below

amir.m.raei@tutanota.com