Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1 KB

README.md

File metadata and controls

21 lines (15 loc) · 1 KB

fitness-log

My first attempt at building a website.

For those new to launching a development website (since I don't have the money to host this website anywhere else and because GitHub is only capable of hosting static websites), this README file will help with that.

  1. First, take the code files and load them into a remote file.

  2. Next, read the fies into a code editor. I recommend Visual Studio Code since it's a mainstream and simple editor, though it's arguably slow.

  3. Once open, run "python manage.py runserver" in the terminal.

  4. The output should look similar to this:

     Performing system checks...
    
     System check identified no issues (0 silenced).
     February 27, 2023 - 22:45:16
     Django version 4.0.3, using settings 'fit.settings'  
     Starting development server at _insert link here_
     Quit the server with CTRL-BREAK.
    
  5. CTRL + LEFT_CLICK the provided link and it should prompt you to the website.

Thank you. Please feel free to suggest any coding tips.