/demo-app

Demo application built using express, angular and mysql

Primary LanguageJavaScriptMIT LicenseMIT

Steps to run the demo app

Prerequisites

To restore DB dump

mysql -uroot chad < /file/path/chad.sql

Clone the project

git clone https://github.com/phanindra48/demo-app

Install packages

yarn

(or)

npm install

Run

export PORT=5200 && yarn start

Test

open http://localhost:5200

Sample API

open http://localhost:5200/api/users