TellMe is an anonymous Question-Answer platform where people can ask a question or submit their own answers or advices.
Home View | Detail View |
---|---|
- Clone the repository
git clone https://github.com/pinarkaymaz6/tellme.git
- Create a virtual environment
cd tellme/ python3 -m venv env source env/bin/activate pip install -r requirements.txt
- Start the application. The application should be running at http://127.0.0.1:8000/tellme/
cd webapp/ python manage.py runserver
- Access admin tool at http://127.0.0.1:8000/admin/
If you want to learn more about the project, this post provides a step-by-step tutorial: TellMe - A Simple Web Application with Django