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

https://github.com/prashimpy/gyan-e

Gyan-e is an easily accessible platform designed to clear the doubt of people around the world . Here, we encourage to share the doubts and ideas of every individual for their advancement.
https://github.com/prashimpy/gyan-e

django-application project srcn

Last synced: 3 months ago
JSON representation

Gyan-e is an easily accessible platform designed to clear the doubt of people around the world . Here, we encourage to share the doubts and ideas of every individual for their advancement.

Awesome Lists containing this project

README

        

# GYAN-E - Your Unfair Advantage
We believe, curiosity is the base of intellectual and that's how Gyan-e was originated . Gyan-e is an easily accessible platform designed to clear the doubt of people around the world . Here, we encourage to share the doubts and ideas of every individual for their advancement.
link: https://www.gyane.xyz




## Installation Process

At first clone the repository

```
git clone https://github.com/prashimpy/Gyan-E.git
```

Now after you have cloned then you should have Python installed.

After you have installed Python and PIP then run this command in the terminal whih aims to the folder.

```
pip install -r requirements.txt
```

After you have installed all the requirements then just run this command:

```
python manage.py runserver
```

and,

```
python manage.py makemigrations
python manage.py migrate
```

If you want to acess admin panel then you should create superuser using this command

```
python manage.py createsuperuser
```

## Contribution

If you want to contribute to this repo then at first you should star and fork the repo

and then it will create a repo in your github profile linking this repo and then you can just make changes you want in your repo and make a pull request which will be reviewed and if it has no problem with the previous code it may be merged :)