Skip to content

An anonymous Question-Answer platform #python #django #sqlite

Notifications You must be signed in to change notification settings

pinarkaymaz6/tellme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TellMe

made-with-python HitCount GitHub last commit PRs Welcome

TellMe is an anonymous Question-Answer platform where people can ask a question or submit their own answers or advices.

Home View Detail View

Run locally

  1. Clone the repository
    git clone https://github.com/pinarkaymaz6/tellme.git
    
  2. Create a virtual environment
    cd tellme/
    python3 -m venv env
    source env/bin/activate
    pip install -r requirements.txt
    
  3. Start the application. The application should be running at http://127.0.0.1:8000/tellme/
    cd webapp/
    python manage.py runserver
    
  4. 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

About

An anonymous Question-Answer platform #python #django #sqlite

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published