View Demo
·
Report Bug
·
Request Feature
Table of Contents
This project was made to improve and disseminate my projects online in a practical and easy way and improving my knowledge with DJANGO in the BACKEND and using languages to help in the FRONTEND such as JAVASCRIPT, and using markup language HTML, CSS and BOOTSTRAP in the construction of the web site.
-
Clone the repo
git clone https://github.com/HeitorLouzeiro/portifolio.git
-
Access the project folder in terminal/cmd
cd portifolio
-
Create a virtualenv with Python 3.9.0.
python -m venv venv
-
Activate virtualenv.
- Ubunto
source venv/bin/activate
- MacOs
source venv/bin/activate
- Windows
venv\scripts\activate
-
Install as dependencies.
pip install -r requirements.txt
-
Configure an instance with .env.
cp .env-example .env
or
Copy the env-example to a new file called .env and then open it and change the variable values if necessary
-
Change the .env variables, put your email and gmail password, if you have two-factor security follow the tutorial below.
-
Run the migrations.
python manage.py migrate
-
Create a Superuser.
python manage.py createsuperuser
-
Run the application.
python manage.py runserver
- User Login Page
- Home Page
- Create Data Home
- Edit Data Home
- Dark Mode
- About Me
- Create Data About me
- Curriculum page
- Services page
- Portfolio page
- Contact Page
- Send Emails
- CV Page
- Save CV
- CRUD Social Media
- CRUD Skills
- CRUD Progress Bar
- CRUD Card (About Me, Education, Service, Portfolio)
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/Improvements
) - Commit your Changes (
git commit -m 'Add my new Enhancements'
) - Push to the Branch (
git push origin feature/Improvements
) - Open a Pull Request
We thank the following people who contributed to this project:
Heitor Louzeiro |
Distributed under the MIT License. See LICENSE for more information.
Project Link: https://github.com/HeitorLouzeiro/portifolio