Skip to content

luizender/get4me-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Rest Project of Get4me

This project is an API to the Get4me solution generated at the event Intelbras LAB.

Table of Contents

Requirements

This project can be executed in several operation system (SO), but has the following dependencies:

Setup

To set up the containers, you need to execute

docker-compose build

This command will build two containers: one container for api and the another container for database

Running

To run the containers, you need to execute

docker-compose up

This command will run the database and the API.

Running with Shell

To run with shell, you need to execute

docker-compose run --service-ports api sh

After that, you need to execute the follow command to start the API

make run

Access the API

You can access the API using the follow step:

curl -X GET http://127.0.0.1:8000/

Or, you can access using your browser with the address http://127.0.0.1:8000/

About

API Rest of Get4me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published