Skip to content

rdemetrescu/OnlineStoreDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Store (PoC)

Required

  • Docker
  • Docker Compose

Installation

Clone this repository

git clone https://github.com/rdemetrescu/OnlineStoreDemo

Enter the repository

cd OnlineStoreDemo

Copy env.sample to .env (inside backend folder)

cp backend/.env-example backend/.env

Build and start the app

make run

If you run docker ps you should see 2 news containers running. If you don't see both of them running the project (speciall when you run the project for the first time), please execute make run again.

Now the server is running and you can access the app REST api documentation using one of the below:

Running tests

make test

Containers

  • Stopping containers
make stop
  • Remove containers and database volume
make down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages