Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 687 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 687 Bytes

Flotta Webapp Backend

Before you begin

you need to have:

  • Docker installed
  • Docker-compose installed

Getting Started

to see the app up and running, run:

make app-up

browse the app at: http://localhost:8080

For Developers

run the following commands to get started:

cp .env.example .env
docker-compose up

Run the following command to run the tests:

make test

Some Specifications for the App

this app is built with the following libraries/packages:

Future Works

  • add more tests for the app (s3 package)