Skip to content

This is a project that simulates a payment form using NODE JS as server API and MongoDB to save payment data.

Notifications You must be signed in to change notification settings

thiagocorbalan/demoshop

Repository files navigation

DemoShop

This project aims to show all my knowledge in the Angular that I acquired in the last 3 years. Simulating a payment screen, I show how I organize my files, components, modules, and services to communicate between components and an API.

Desktop version

In this project I make a point of using SASS as a preprocessor and 2 very famous libraries in the market that help us a lot on a daily basis, they are Bootstrap (Twitter) and Material which is from Angular team itself.

Every detail of this project has been carefully thought out and programmed with great care so that everything is perfect and meets the expectations of the Bexs team.

Getting started

This project has been configured to start with just 2 clicks or 2 basic commands at the command prompt. But for this to be possible, NODE and NPM must be installed.

Start with 2 clicks

  • Double-click the START_LAUNCH.bat file.

Start with 2 commands

  • Run npm install -g @angular/cli to install the Angular CLI

  • type npm start at the command prompt of your choice

  • Finally go to url http://localhost:4200

You need to access the URL above, but the messages must be at some point to load it. So, wait with the browser open while the project is loading.

STACK USED

Packages Version
Angular 8.1.3
Angular Material 8.1.3
Angular CLI 8.2.2
Bootstrap 4.3.1
NodeJS 12.8.0
Express 4.17.1

Thanks and see you soon :)

About

This is a project that simulates a payment form using NODE JS as server API and MongoDB to save payment data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published