Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

MeisQuietude/gist-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

127 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gist

Description

The web application like gist.github.com, that is allowing you to store and share code snippets

Specification

How to start

  1. prepare DBMS (Postgres)
    • create a user which can login and create databases (gist:gist)
    • or
    • change connection in config.py (variable BD_USER and BD_PASS)
  2. clone project to virtual environment with Python 3.x
  3. run pip install -r requirements.txt
  4. run flask run for start application
  5. application running on http://127.0.0.1:5000/

About

The web application like gist.github.com, that is allowing you to store and share code snippets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors