https://github.com/devmahmud/answerly
Answerly is a question and answering web app developed in django.
https://github.com/devmahmud/answerly
bootstrap django website-development
Last synced: 12 months ago
JSON representation
Answerly is a question and answering web app developed in django.
- Host: GitHub
- URL: https://github.com/devmahmud/answerly
- Owner: devmahmud
- Created: 2019-04-08T03:13:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T03:26:48.000Z (almost 7 years ago)
- Last Synced: 2025-01-06T21:46:11.813Z (about 1 year ago)
- Topics: bootstrap, django, website-development
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Answerly
Answerly is a question and answering web app developed in django.
Requirements
open requirements.txt file to see requirements
Installing
open terminal and type
https://github.com/devmahmud/Answerly.git
To migrate the database open terminal in project directory and type
python manage.py makemigrations
python manage.py migrate
Creating Superuser
To create superuser open terminal and type
python manage.py createsuperuser
To run the program in local server use the following command
python manage.py runserver
Then go to http://127.0.0.1:8000 in your browser
Project snapshot
Author
Mahmudul alam
Email: expelmahmud@gmail.com
========Thank You !!!=========