Skip to content

Back-end part of the "Frog farm" project, a server that provides WebSocket connection and RESTful API. Implemented with Flask, Flask-RESTful, Flask-Socket and SQLAlchemy

Notifications You must be signed in to change notification settings

andrii0yerko/frog-farm-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frog Farm

A simple web application that allows users to have neural frogs, wash and feed them, and as result, receive income that can be spent for the new frogs.

This repo contains the back-end part of the project, that provides connection in two alternative ways: as RESTful API and through WebSocket connection, that mostly duplicate HTTP requests functionality (watch documentation for more)

Implemented as Python application, core made on Flask and SQLAlchemy, APIs implemented with Flask-RESTful and Flask-Socket. Image generation based on a GAN model created with PyTorch.

The application is ready for deployment on Heroku, Procfile provided as well (watch installation documentation for more)

Related Links

Documentation

About

Back-end part of the "Frog farm" project, a server that provides WebSocket connection and RESTful API. Implemented with Flask, Flask-RESTful, Flask-Socket and SQLAlchemy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages