Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
/ AskMe Public archive

Social media web app for asking & answering questions

Notifications You must be signed in to change notification settings

mrbasel/AskMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AskMe

A CRUD webapp made with the Flask python framework

Installing

git clone https://github.com/mrbasel/AskMe.git

Creating virtual environment

virtualenv venv
venv/scripts/activate

requirements

pip install requirements.txt

Config

open config.py and do the following:

  • Set SECRET_KEY variable to your own secret key
  • Set UPLOAD_FOLDER to path for images folder

Run

run.py

About

Social media web app for asking & answering questions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published