/ratingsapp

ratings application (Node, Backbone, MongoDB, Express)

Primary LanguageJavaScript

A Simple Ratings App

  • The user can add, edit, and delete ratings as well as see the list of existing ratings.

Tech Stack

  • Node
  • Express
  • MongoDB
  • Backbone

Installation

  • Install Node.js
  • Clone this repository $ git clone https://github.com/asdvalenzuela/ratingsapp.git
  • cd into the directory $ cd ratingsapp
  • Use npm to install dependencies $ npm install
  • Start up the app $ npm start
  • Navigate to localhost:3000 to use the ratings app