Skip to content

Keywords: React, TypeScript, Java, Spring Boot // Group project done for the Software Architecture subject. It simulates an online shop (both fron-end and back-end) in which orders can be made.

Notifications You must be signed in to change notification settings

UO277653/Online-Shopping-System

 
 

Repository files navigation

dede_en2b

Actions Status Quality Gate Status codecov

Link to the app (currently offline, due to expiration of domain) https://dedeen2b.tk/

Link to the documentation https://arquisoft.github.io/dede_en2b/

Mock PayPal user: Username:sb-gleno15567032@personal.example.com Password:4;(5K/fs

This project is a basic example of website using React with Typescript and an endpoint using NodeJS with express.

Quick start guide

In case you already have node.js and npm, make sure you update them before attempting to build the images

If you want to execute the project you will need git, Node.js and npm and Docker. Make sure the three of them are installed in your system. Download the project with git clone https://github.com/arquisoft/dede_0. The fastest way to launch everything is with docker:

docker-compose up --build

This will create two docker images as they don't exist in your system (the webapp and the restapi) and launch a mongo container database. It will also launch Prometheus and Grafana containers to monitor the webservice. You should be able to access everything from here:

If you want to run it without docker. Compile and run the restapi:

cd restapi
npm install
npm start

Now the webapp:

cd webapp
npm install
npm start

You should be able to access the application in http://localhost:3000.

More information

You can get more information about the respository in the other README files:

Participants:

About

Keywords: React, TypeScript, Java, Spring Boot // Group project done for the Software Architecture subject. It simulates an online shop (both fron-end and back-end) in which orders can be made.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.8%
  • Java 19.6%
  • CSS 8.8%
  • Scala 1.4%
  • HTML 1.0%
  • Dockerfile 0.3%
  • Gherkin 0.1%