Google forms clone
python 3.7,virtual enviroment
use powershell for windows and terminal in linux
git clone https://github.com/deadlycoder07/Glugform.git
python -m venv enviroment name
make sure you python virtual enviorment installed
cd enviroment name
cd Scripts
./activate
goto the cloned project directory
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
- [Django]- The web framework used
- [pip]- Dependency Management
- [javascript]-frontend development
- [ajax]-html dom
Ramiz mollah
We use Github for versioning. For the versions available, see the tags on this repository.
- Ramiz Mollah - reviewbook - deadlycoder07
This project is Opensource.you can copy codes used here.
- google forms for idea
- Inspiration-Google