Skip to content
/ cube Public

A React application and .NET server for managing product transactions.

Notifications You must be signed in to change notification settings

idematos/cube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cube

A React application and .NET server for managing product transactions.

License: MIT

Running

To run the app, you will need to have Docker installed. From the root of the project, execute

docker compose -f docker/docker-compose.yml up

You can then go to http://localhost:8080/ to view it in the browser.

You can also go to http://localhost:8080/swagger to read the documentation on the server API.

Unit tests

Unit tests are automatically ran when the Docker images are being built.

If you wish to run them separately, you will need .NET installed in your machine. Then, from the root of the project, just run

cd server && dotnet test

About

A React application and .NET server for managing product transactions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published