Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 976 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 976 Bytes

BookStoreApp

This is an application with an API written in NodeJs and frontend written in AngularJs. It is a bookstore App that enables a user to add books and genres and manipulation.

The video tutorial that can help you come up with a project like this can be found Here

Requirements

  • Ensure to have mongodb, you can download it here
  • Also install express and create a bookstore database, follow the tutorial here

Usage

Just clone this repo or download it and run npm install to install all dependencies. After run node app or nodemon to start.

Testing Endpoints

You can use Resteasy which is a chrome app or Postman which is also a chrome app or any other client that tests API endpoints.

Resteasy snapshot

picture

UI first page

picture