Skip to content

kkonovodoff/rest-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest Collector

Simple REST API using flask and MongoDB.

Getting started

If you haven't Docker yet, check the installation guide here.

Start the server

docker-compose up -d    // run container in background
docker ps               // check running containers
watch docker logs CONTAINER_ID  // show live logs

The API should now be accessible from 0.0.0.0:5000 by default.

Stop the server

docker-compose down

Features

There's no features yet.

License

This project has no license yet.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published