/image-repo

Similar to any E-commerce site.

Primary LanguageHTML

Image Gallery

🔧 Technology used:

Front-End

Back-End

DjangoREST

Server

https://shivprojects.pythonanywhere.com/image-gallery/

Source Code

GitHub Repo link
https://github.com/the-brainiac/image-repo

Description

This web app handles these Models(Tables)-

  • Admin
  • User
  • Image
  • Catagory

CRUD -- Creation Retrieval Updation Deletion

Steps to Test it on local:

Step - 1

Install latest version of python from https://www.python.org/downloads/

Step - 2

Open your terminal (or powershell if you are using windows operating system.) then to clone this repo use this command -

git clone https://github.com/the-brainiac/image-repo.git

or download as zip file then extract it.

Step - 3 (Optional)

install virtual enviornment

py -m pip install --user virtualenv     #installing virtual enviornment
py -m venv env          #creating new virtual enviornment
.\env\Scripts\activate      #to activate the enviornment

Step - 4

Install all required libraries and modules.

pip install -r requirements.txt

Step - 5

move to the directory where manage.py file is saved (use cd command to change directory) and make migrations to database.

python manage.py makemigrations
python manage.py migrate

Step - 6

Run Local server

python manage.py runserver

Step - 7

Now open your browser and enter the url http://127.0.0.1:8000/ or http://localhost:8000/ in your browser and enjoy the app.

If your find any problem in running the app then contact me at shiv71290@gmail.com