Giter Site home page Giter Site logo

mysite's Introduction

Python application

MySite Project ๐ŸŒ

This is a personal website project built with Django. It serves as a portfolio to showcase my skills and projects. The website includes my personal information, a brief about me section, and contact details.

Local Setup ๐Ÿ› ๏ธ

Clone the repository to your local machine:

git clone https://github.com/NikGor/MySite.git

Navigate to the project directory:

cd MySite

Install the required dependencies:

pip install -r requirements.txt

Apply the migrations:

python manage.py makemigrations
python manage.py migrate

Run the server:

python manage.py runserver

Now, you can navigate to http://localhost:8000 in your web browser to see the website.

Deployment on Heroku โ˜๏ธ

Create a new app on Heroku.

Install the Heroku CLI on your machine, and log in:

heroku login

Navigate to your project directory and initialize a new Git repository:

git init

Add the Heroku app as a remote:

heroku git:remote -a your-heroku-app-name

Add and commit your changes:

git add .
git commit -m "Initial commit"

Push the changes to Heroku:

git push heroku master

Run the migrations:

heroku run python manage.py migrate

Now, your website is live on Heroku!

Contributing ๐Ÿค

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

Show your support โญ

Give a โญ๏ธ if you like this project!

License ๐Ÿ“

This project is MIT licensed.

Enjoy using MySite! ๐ŸŽ‰

mysite's People

Contributors

nikgor 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.