Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvgupta24/speakinout
Project made during inout 6.0
https://github.com/pvgupta24/speakinout
Last synced: 3 days ago
JSON representation
Project made during inout 6.0
- Host: GitHub
- URL: https://github.com/pvgupta24/speakinout
- Owner: pvgupta24
- License: mit
- Created: 2019-10-19T11:26:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:44:49.000Z (about 2 years ago)
- Last Synced: 2024-04-13T03:31:19.660Z (9 months ago)
- Language: JavaScript
- Homepage: https://devfolio.co/submissions/speakinout
- Size: 77 MB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpeakInOut
Project made for InOut 6.0, 19-20th October, 2019.
## Introduction
### Features
# Installation
### Setting up the Virtual Environment
```bash
python3 -m venv env
cd env
source bin/activate
pip install --upgrade setuptools
```### How to run?
```bash
git clone https://github.com/pvgupta24/InOut/
cd InOut/
pip install -r requirements.txt
cd speakInOut
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
```