Skip to content

albertiaedev/photoapp

Repository files navigation

WELCOME TO PHOTOAPP

Tech Stack

  • Frontend: HTML, CSS/Bootstrap & JavaScript.
  • Backend: Python/Django.
  • Database: SQLite.
  • Container: Docker.
  • See requirements.txt to see versions of packages used in this project.

Follow the next steps to clone this repo:

Clone this repository

The first thing you need to do is to open your terminal/cmd, access to the directory where you want to keep your project, then copy and paste this code:

HTTPS

git clone https://github.com/albertiaedev/photoapp.git

SSH

git clone git@github.com:albertiaedev/photoapp.git

And that's it! It creates a local copy of this repository in your machine.

Run your server

Now that you have this repo in your local computer, you need to run the server to display the app on your browser...

In the same terminal/cmd make sure that the repo is located in that folder and type cd photoapp and enter the repo.

Once inside type python3 manage.py runserver, then go to the next URL in your browser: localhost:8000 or 127.0.0.1:8000

Donate