syedhassan-mikaels / angular-node-app

The app is for managing the product store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web App - Angular9 + Material Design + Node + Express + MySql

Introduction

This application demonstrates the management of product store.

Functionalities

  1. User able to create new product.
  2. Products are displayed properly based on the name & price.
  3. User can search products by specified date range.

Tools and Technologies

  • Frontend Technology: Angular-9, Material Design, HTML, SCSS
  • Backend Technology: Nodejs, Express
  • ORM Database : Sequelize

Running Locally

Make sure you have Node.js installed.

$ git clone https://github.com/syedhassan-mikaels/angular-node-app.git
$ cd app-frontend
$ npm install
$ npm start
$ cd app-backend
$ npm install
$ Rename example.env to .env file on main directory of app-backend folder
$ Configure the .env variables to fit your application
$ npm start

Your frontend app should now be running on localhost:4200.
Your backend app should now be running on localhost:3000.

Demo Link

https://www.loom.com/share/775afd80bf7848c7867da7ba6533a94c

About

The app is for managing the product store


Languages

Language:TypeScript 59.1%Language:JavaScript 19.5%Language:HTML 13.8%Language:CSS 7.6%