Skip to content

RedcraneStudio/redcrane-www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redcrane.net

Redcrane.net rewritten in Flask using MongoDB

Setting up MongoDB

  1. Download MongoDB

  2. (OPTIONAL) Download a MongoDB Client:

The database will automatically be created when you run the server.

How to run

  1. Install dependencies using pip (see below)

  2. Clone the repository (obviously)

    Running in debug mode

    Use command: python run.py debug (or python run.py runserver)

    Running in production mode

    Use command: python run.py prod

Dependencies

  • Flask

  • Mongoengine

  • Flask_mongoengine

  • Flask-Script

  • Flask-Cache

  • Flask-Login

  • bcrypt

  • bbcode

Make sure to check if pip is updated: pip install --upgrade pip

Resources

About

The code powering the http://redcrane.net/ website and blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors