Skip to content

PixelEconomy is an online, virtual marketplace for creating, selling and buying pixel art

Notifications You must be signed in to change notification settings

pixelchai/PixelEconomy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PixelEconomy

Usage

Untested on any platforms apart from Arch Linux and Debian 10 (Google Cloud).

First install the following dependencies:

  • Python3
  • MongoDB

Then install the pip dependencies:

pip3 install -r requirements.txt

Start the MongoDB server:

cd mongo
sh start.sh
cd ..

Then run the project:

python3 app.py

Note: the above will only run a local development server locally on port 5050. To serve a production server, use gunicorn:

gunicorn -b 0.0.0.0:80 app:app

Prototype

In the early stages of development, I also used Jekyll to prototype the front-end in a separate repo. See: https://github.com/pixelzery/PixelEconomyPrototype

About

PixelEconomy is an online, virtual marketplace for creating, selling and buying pixel art

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published