An open API service indexing awesome lists of open source software.

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 🎯.

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
```


[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg)](https://github.com/PragatiVerma18) 


Made By Pragati Verma with ❤️