Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.
/ joldar Public archive

๐Ÿš— A web app to write reviews about roads quality in Kazakhstan

Notifications You must be signed in to change notification settings

jolshylar/joldar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

44 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Logo

Joldar

~ leave reviews about road quality in your place


For developers

Before setting up, make sure that you have Python 3.8+ installed

Using a Virtual Environment

Virtual Environments can come in handy your project packages in a certain space.

virtualenv venv
venv\Scripts\activate

Installing Requirements

In requirements.txt you can notice essential packages the project needs to run, including Django

pip install -r requirements.txt

Almost done!

Now you need to apply database migrations (this project uses SQLite3)

python manage.py makemigrations
python manage.py migrate

Running the App

If you want a clean database you may need to delete the current instance and run migrations, if you don't:

python manage.py runserver

About

๐Ÿš— A web app to write reviews about roads quality in Kazakhstan

Topics

Resources

Stars

Watchers

Forks