Skip to content

Latest commit

 

History

History
384 lines (294 loc) · 11 KB

README.md

File metadata and controls

384 lines (294 loc) · 11 KB

Contributors Forks Stargazers Issues MIT License LinkedIn


Project Portfolio



View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Usage
  3. Getting Started
  4. Roadmap
  5. Contributing
  6. Collaborators
  7. License
  8. Contact
  9. Acknowledgments

About The Project

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.

(back to top)

Built With

  • Python
  • Django
  • JavaScript
  • SQLite
  • Bootstrap
  • HTML
  • CSS

(back to top)

Usage

1.User Login Page.

Login

2.Home Page.

Home Page

3.Dark Mode

Dark Mode

4.About Me.

About me

5.Curriculum page.

Curriculum

6.Services page.

Services

7.Portfolio page.

Portfolio

8.Contact Page.

Contact

9.Send Emails.

Send email

10.CV Page.

Cv

11.Save CV.

Save CV

12.PDF CV.

PDF Save CV

13.CRUD Modal.

CRUD Modal

(back to top)

Prerequisites

Getting Started

Installation

  1. Clone the repo

    git clone https://github.com/HeitorLouzeiro/portifolio.git
  2. Access the project folder in terminal/cmd

    cd portifolio
  3. Create a virtualenv with Python 3.9.0.

    python -m venv venv
  4. Activate virtualenv.

    • Ubunto
    source venv/bin/activate
    • MacOs
    source venv/bin/activate
    • Windows
     venv\scripts\activate
  5. Install as dependencies.

     pip install -r requirements.txt
  6. 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

  7. Change the .env variables, put your email and gmail password, if you have two-factor security follow the tutorial below.

  1. Run the migrations.

     python manage.py migrate
  2. Create a Superuser.

     python manage.py createsuperuser
  3. Run the application.

     python manage.py runserver

(back to top)

Roadmap

  • 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).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/Improvements)
  3. Commit your Changes (git commit -m 'Add my new Enhancements')
  4. Push to the Branch (git push origin feature/Improvements)
  5. Open a Pull Request

(back to top)

Collaborators

We thank the following people who contributed to this project:

Foto do Heitor Louzeiro no GitHub
Heitor Louzeiro

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Project Link: https://github.com/HeitorLouzeiro/portifolio

(back to top)