Skip to content

Platzi-MasterJam/waste-organizer-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waste Organizer Game

Backend application used in a game to classify trash for recycling.

What is waste organizer game?

It is a game developed during the MasterJam event organized by Platzi. This game aims to teach kids how to differentiate different types of trash. In this first version we only sort the trash in organic and inorganic.

If you want to play the game enter here

Technical information

Development Requirements

  • Python3.8.2
  • Pip

Installation

cd app
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run

uvicorn app.main

About

Backend application for a game to classify waste for recycling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published