https://github.com/pragativerma18/gs-web-development-mentorship-program
This repository is a collection of projects and assignments covered under the GirlScript Winter Mentorship Program 🎯.
https://github.com/pragativerma18/gs-web-development-mentorship-program
Last synced: 3 months ago
JSON representation
This repository is a collection of projects and assignments covered under the GirlScript Winter Mentorship Program 🎯.
- Host: GitHub
- URL: https://github.com/pragativerma18/gs-web-development-mentorship-program
- Owner: PragatiVerma18
- Created: 2019-12-05T04:44:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T22:28:24.000Z (over 4 years ago)
- Last Synced: 2025-03-14T10:44:06.790Z (7 months ago)
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GirlScript Web Development Mentorship Program
This repository is a collection of projects and assignments covered under the GirlScript Winter Mentorship Program 🎯.## Quick Start
To get this project up and running locally on your computer:
1. Set up the Python Virtual environment.
```
virtualenv env
.\\env\\Scripts\\activate
```
2. Clone the repository
```
git clone https://github.com/PragatiVerma18/GS-Web-Development-Mentorship-Program/
```
3. Assuming you have Python setup, run the following commands (if you're on Windows you may use `py` or `py -3` instead of `python` to start Python):
```
pip install django
pip install djangorestframework
python manage.py makemigrations
python manage.py migrate
python manage.py collectstatic
python manage.py createsuperuser # Create a superuser
python manage.py runserver
```
4. Open a browser to `http://127.0.0.1:8000/admin/` to open the admin site
5. Open tab to `http://127.0.0.1:8000` to see the main site, login to move to the api page or move to
```
http://127.0.0.1:8000/api
```
[](https://github.com/PragatiVerma18)
Made By Pragati Verma with ❤️