Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mateusffaria/am-store

E-commerce created for final exam in LES class of FATEC - Mogi das Cruzes.
https://github.com/mateusffaria/am-store

bootstrap4 css3 html5 java javascript jquery postgresql spring-boot thymeleaf

Last synced: 9 days ago
JSON representation

E-commerce created for final exam in LES class of FATEC - Mogi das Cruzes.

Awesome Lists containing this project

README

        

# A.M. STORE

## Objectives

This project is an e-commerce of LES class of FATEC - Mogi das Cruzes. Here we have conduction use case, analisis and tests.

## Technologies

- Java 11
- PostgreSQL
- SpringBoot
- Thymeleaf

## Run

- Create Database named amstore_development or other name you want
- add these environment variables to your ide:
```
AM_DB_NAME=amstore_development;AM_DB_USER=db_user;AM_DB_PASSWORD=db_password
```
- **Remember to install dependencies before running the project.**

## Prints

![home](https://github.com/MateusFaria-TGG/am-store/blob/main/readmeImages/home.png)

![search](https://github.com/MateusFaria-TGG/am-store/blob/main/readmeImages/search.png)

![gameDetail](https://github.com/MateusFaria-TGG/am-store/blob/main/readmeImages/gameDetail.png)

![login](https://github.com/MateusFaria-TGG/am-store/blob/main/readmeImages/login.png)

![checkout](https://github.com/MateusFaria-TGG/am-store/blob/main/readmeImages/checkout.png)

![adminIndex](https://github.com/MateusFaria-TGG/am-store/blob/main/readmeImages/adminIndex.png)