Skip to content

Enjoy your time by answering questions and chatting with others!

License

Notifications You must be signed in to change notification settings

sheikhartin/soalpich

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soalpich

GitHub repo status GitHub license GitHub contributors GitHub tag (latest by date) GitHub repo size

A platform for quizzes and also chatting...

How to Use

First, install the dependencies:

poetry install

Configure the database and adapt the environment variables to it... Look at the example here.

Apply migrations:

poetry run python manage.py makemigrations \
&& poetry run python manage.py migrate

Load a simple database:

poetry run python manage.py loaddata db.json

Test it before running:

poetry run python manage.py test

Run it:

poetry run python manage.py runserver --insecure

Don't forget to run a Redis server on the port specified in the environment variables:

redis-server --port 6347

Check project status for deployment:

poetry run python manage.py check --deploy

License

This project is licensed under the MIT license found in the LICENSE file in the root directory of this repository.

About

Enjoy your time by answering questions and chatting with others!

Resources

License

Stars

Watchers

Forks

Packages

No packages published