Skip to content

e-commerce API for general purpose made using Flask-RESTful

Notifications You must be signed in to change notification settings

gomezvillegasdaniel/ecommerce-api

Repository files navigation

Build Status

How to setup the development environment:

  • Create a volume for the database
docker volume create --name=db_data
  • Build the docker image and service
docker-compose build web
  • Start the container
docker-compose up web

You can run it as a daemon service with:
docker-compose up -d web
  • To get into bash in an existing container already started (optional):
docker exec -i -t container_id /bin/bash
  • To stop the container
docker-compose down web
  • To run tests
docker-compose -f docker-compose-test.yml up test

About

e-commerce API for general purpose made using Flask-RESTful

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published