Skip to content

Commit

Permalink
Merge pull request #24 from urmatovnaa/Altynai
Browse files Browse the repository at this point in the history
add README.md
  • Loading branch information
urmatovnaa authored Feb 16, 2023
2 parents 4e2bfe8 + c41e695 commit 0fc5272
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# AkylUp
Let's go digital hackathon

Тема: "Сближение государства и граждан через
цифровые технологии"

## _About us_
AkylUp is a community of public servants and
policymakers from Kyrgyzstan
working to make government smarter.
You can know events, take courses and
ask questions to others.

### Design
https://www.figma.com/file/ydclC0S7lCSK5lo0rL9MN0/Final-Work-Version?node-id=70%3A540&t=CoxtdF4ZDIPsu4oN-0

### To start project:
```sh
1.Install venv in project:

python3 -m venv venv

2.Start virtualenv:

source venv/bin/activate

3.Installing all requirements:

pip install -r requirements.txt
python manage.py createsuperuser
python manage.py runserver
127.0.0.1:8000
```

0 comments on commit 0fc5272

Please sign in to comment.