Skip to content

coredine/supermarket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Supermarket

The backend that will partly represent a supermarket. It will contain some add-ons for the smartcart modules.

Add-ons

This is all the parts that are add-ons to the normal system, all the other parts, will normaly have an advanced implementation or they will be already implemented :

  1. Models: Cart.java, SecurityCode.java, Order.java
  2. Repository: CartRepository.java, OrderRepository.java, SecurityCodeRepository.java
  3. Services: CartService.java, OrderService.java, SecurityCodeService.java
  4. Controllers: CartController.java, OrderController.java, SecurityCodeController.java

Note

  • The order system can be replaced.
  • The SmartCartCard is a temporary simulation of a payment system.

Installation

Dependencies

Developpement

If you use the default mongodb uri, you have nothing to change, otherwise you should pass your mongodb uri as environment variable to the program called DB_URI.

Production

Here are the environment variables you need to set in production environment.

ACTIVE_PROFILE=prod
DB_URI=

Preview

Login

Login

Dashboard

Login

Cart State

Login

About

The add-ons that enable the backend to work with the SmartCart.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors