Skip to content

jd-camontoy/motivation-meter-mini-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Motivation Meter Mini API

A small API that serves as the back-end service for Motivation Meter Mini web application. To see more details regarding Motivation Meter Mini web application, you may refer to its repository.

Created using Python with Flask RESTful, and MongoDB as the storage.

Get Started

To start, ensure that you are on the project's directory.

cd motivation-meter-mini

Then run the following Docker command to install build the containers

docker-compose build

After successfully building the containers, you may start running the services

docker-compose up

If you wish to stop the services, you may opt to down the Docker containers

docker-compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published