Skip to content

A django based portfolio website showcasing and hosting sub demo projects

License

Notifications You must be signed in to change notification settings

abdullahozer11/MasterWebsite

Repository files navigation

Master Website

This is my personal website to display my portfolio as well as the demos of the projects that I developed.

Authors

@apojean

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

AWS_ACCESS_KEY_ID

AWS_SECRET_ACCESS_KEY

EMAIL_HOST_USER

EMAIL_HOST_PASSWORD

USE_SPACES

DEBUG

Projects Overview

eCommerce

  • eCommerce application with dummy products and cart

countdown

  • Countdown application

Todo App

  • To-do task recorder word_game_api

Word game API

  • Api for the word game

Setup Instructions

  1. Clone the repository
  2. Navigate to the project directory
  3. Install dependencies: pip install -r requirements.txt
  4. Apply migrations: python manage.py migrate
  5. Run the server: python manage.py runserver

How to install

  • Create a new virtual environment and activate it
python -m venv .venv
. .venv/bin/activate
  • Install in dependencies
pip install -r requirements/local.txt
  • Run django
python manage.py runserver

Color Reference

Color Hex
Portfolio Color1 #A43F49 #A43F49
Portfolio Color2 #FFFFFF #FFFFFF
eCommerce Color1 #F7444EFF #F7444EFF
eCommerce Color2 #002C3E #002C3E
eCommerce Color3 #131313 #131313
eCommerce Color4 #002C3E #002C3E
eCommerce Color5 #E87F7F #E87F7F

Demo

Insert gif or link to demo

www.apojean.com // currently down due to domain expiration

License

This project is licensed under the MIT License.

For inquiries, contact me at [email protected] or connect on LinkedIn.

🚀 About Me

I'm a Web developer...

Screenshots

athens

Athens Counter

commerce

eCommerce

lemonado

Lemonado Shop

paris

Paris Counter

todo

Todo App

toronto

Toronto Counter

words

Words Game

About

A django based portfolio website showcasing and hosting sub demo projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published