Skip to content

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aryan29 committed Oct 23, 2020
1 parent 7bcf6eb commit 25bba96
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Quizoo


Do leave a star :star: if you like this repo :blush:
<hr></hr>
<img src="ReadmeAssets/7.png">
</img>
Free Online Quiz Platform for conducting quizes with lots of security features to avoid cheating and completely free
Expand Down Expand Up @@ -50,6 +52,29 @@ It makes use of Redis for storing session on backend
|------|-------|
|<img src="ReadmeAssets/11.png" width="400"/>|<img src="ReadmeAssets/5.png" width="400"/>|

### Get Started
##### Django Development Server
```
git clone https://github.com/aryan29/Quizoo.git
cd Quizoo
git checkout dev
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
cd quizoo
python manage.py runserver
```
##### Nginx Deployment Server
```
git clone https://github.com/aryan29/Quizoo.git
cd Quizoo
git checkout dev
sudo docker-compose -f docker-compose-deploy.yml up --build
```

### Contribution
Don't be lazy:smile: clone this repo and start contributing

## Contributors
[Aryan Khandelwal](https://github.com/aryan29)
[Mukul Choudhury](https://github.com/Mukul-9)
Expand Down
Binary file modified ReadmeAssets/model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docker-compose-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ services:
- static_data:/vol/web
environment:
- SECRET_KEY=8ahn89dub6$ak#5c(m--#m7vqzhfhvm5h+uq05t@mx*j9n(j8*
- DEBUG=1
- DEBUG=0
- [email protected]
- EMAIL_HOST_PASSWORD=passwordispassword
- AM_I_IN_A_DOCKER_CONTAINER=1
links:
- redis:redis
proxy:
Expand Down

0 comments on commit 25bba96

Please sign in to comment.