Skip to content

z4rathustr4/tagoror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tagoror

Logo Tagoror

Setup

  1. Clone the project with: git clone https://github.com/ringzer0dev/tagoror.git.

  2. Move to the base directory: cd tagoror

  3. (OPTIONAL) Create a new python environment with: python -m venv env.

  4. (OPTIONAL) Activate enveronment with: env\Scripts\activate on windows, or source env/bin/activate on Mac and Linux.

  5. (MANDATORY) Install required dependences with: pip3 install -r requirements.txt.

  6. (MANDATORY) Make migrations with: python3 manage.py makemigrations and then python3 manage.py migrate.

  7. Run app localy with: python3 manage.py runserver.

  8. The app will only be accessible from http://127.0.0.1:8000/

  9. Please make sure that Django version == 3.0.8

  10. Frontend is not finished yet nor improved from basic Bootstrap neither made `customizable' (What I mean is e.g. switching the color scheme or dark mode vs white mode)

WebApp developed for LND module 2020/2021

IES El Rincón

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published