Skip to content

Project that implements full CRUD operation using PostgreSQL, Peewee, and Tornado

Notifications You must be signed in to change notification settings

egarcia410/blogApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog App

Project that implements full CRUD operation using PostgreSQL, Peewee, and Tornado

Getting Started

  1. Install Python3

  2. Clone Repository:

     $ git clone https://github.com/egarcia410/blogApp.git
    
  3. Change Directory:

     $ cd blogApp
    
  4. Install VirtualWrapper

  5. Create and Activate Virtualenv:

     $ mkvirtualenv -a `pwd` -p `which python3` INSERT_VIRTUALENV_NAME
    
  6. Install Dependencies:

     $ pip install -r requirements.txt
    
  7. Create an .env file:

     $ touch .env
    
  8. Insert secret into .env file:

     ```
     SECRET=INSERT_SECRET_PHRASE_HERE
     ```
    

This phrase can be any length of numbers and letters

  1. Run Program:

     $ python app.py
    

About

Project that implements full CRUD operation using PostgreSQL, Peewee, and Tornado

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published