Giter Club home page Giter Club logo

profile's Introduction

About

This is a personal web applications that has Homepage, About page, Contacts, Resume and Portfolio. It is built in Django(a python framework) and uses bootstrap 5 and jQuery. The backend and database are fully built and the application is fully dynamic.

Fields:

Homepage

On the homepage we return Reviews dynamically and provides a url that a user can use to add/leave a review.

About Page

On this page we dynamically return data from the database with fields {title, description}

Contacts Page

Provide contact information such as link to social accounts and a form that can be used to send a feedback.

How to get started with the app

  1. Install python3 If you don't have python installed on your machine its recommended you install it. For windows users you can download .exe file from the official page. https://www.python.org/downloads/. For linux user, its usually pre-installed or use sudo apt install python3 to install.

  2. Install pip or pip3 To install pip run sudo apt install pip or sudo apt install pip3

  3. Install virtualenv Use pip to install virtual environment, i.e pip install virtualenv

  4. Create a virtual environment for the app To start virtual environment run virtualenv env

  5. Activated virtual environment To activate your environment run source env/bin/activate for linux or env\Scripts\activate for windows after that you can clone the app by running git clone https://github.com/smartjef/personal.git and cd into the project folder.

  6. Install requirements Run pip install -r requirements.txt

  7. Make migrations Run python manage.py makemigrations

  8. Apply Changes to the database Run python manage.py migrate

  9. Create Superuser Run python manage.py createsuperuser and fill the required fields such as username, password and email.

  10. Run server/Start the app Run python manage.py runserver to start the server

  11. Preview The default port is 8000, to view your app open http://127.0.0.1:8000

Homepage: Homepage

ContactPage: Contactpage

Requesting for collaborators on the project below {% embed https://github.com/smartjef/vstech-academy.git %}

profile's People

Contributors

smartjef avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.