gmashokkumargm / cypress-typescript

MIT License
0 stars 0 forks source link

Node Todo App

A Node app built with MongoDB and Angular.

Node provides the RESTful API. Angular provides the frontend and accesses the API. MongoDB stores the data.

Requirements

Installation

  1. Clone the repository: git clone https://github.com/gmashokkumargm/FashionCloud.git
  2. Install the application: npm install
  3. Start the server: npm start
  4. View in browser at http://localhost:8080
  5. To run Automation test: npm run test