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.
- Host: GitHub
- URL: https://github.com/prashimpy/gyan-e
- Owner: prashimpy
- Created: 2024-07-08T08:26:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T11:44:45.000Z (11 months ago)
- Last Synced: 2025-03-06T15:18:58.811Z (3 months ago)
- Topics: django-application, project, srcn
- Language: JavaScript
- Homepage:
- Size: 8.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)