This is my personal website to display my portfolio as well as the demos of the projects that I developed.
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
- eCommerce application with dummy products and cart
- Countdown application
- To-do task recorder word_game_api
- Api for the word game
- Clone the repository
- Navigate to the project directory
- Install dependencies: pip install -r requirements.txt
- Apply migrations: python manage.py migrate
- Run the server: python manage.py runserver
- 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 | Hex |
---|---|
Portfolio Color1 | #A43F49 |
Portfolio Color2 | #FFFFFF |
eCommerce Color1 | #F7444EFF |
eCommerce Color2 | #002C3E |
eCommerce Color3 | #131313 |
eCommerce Color4 | #002C3E |
eCommerce Color5 | #E87F7F |
Insert gif or link to demo
www.apojean.com // currently down due to domain expiration
This project is licensed under the MIT License.
For inquiries, contact me at [email protected] or connect on LinkedIn.
I'm a Web developer...