Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mateusffaria/am-store
- Owner: mateusffaria
- Created: 2021-02-19T01:51:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-27T12:25:44.000Z (over 3 years ago)
- Last Synced: 2023-07-23T20:27:30.336Z (over 1 year ago)
- Topics: bootstrap4, css3, html5, java, javascript, jquery, postgresql, spring-boot, thymeleaf
- Language: HTML
- Homepage:
- Size: 11.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)