jongryn / shopping-list-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shopping-list-app

MEAN Stack CRUD App

A Shopping List Application With MongoDB/Express/Angular/Node

MEAN Stack Architecture

Web App (Angular) <---> Server (node.JS & express) <---> Database (mongoDB)

C ---> Create ---> .post()
R ---> Read ---> .get()
U ---> Update ---> .put()
D ---> Update ---> .delete()

Description

This application demonstrates a simple MEAN Stack application with a front end implemented with HTML/CSS.

Demo

The demo of the Shopping List Application can be found here.

Installation

To run the application locally, first clone this repository with the following command.

git clone git@github.com:jongryn/shopping-list-app.git

Next, install the application dependencies.

cd shopping-list-app
npm install

Finally, run the node server locally.

npm start

Now, open the local application on port 3000 at the URL: http://localhost:3000/.

Enjoy!

About

License:MIT License