Bookstore

screenshot of Bookstore
express

Simple RESTful JSON api using Nodejs, Express and MongoDB

Overview

Bookstore is a simple web application consisting of an Express RESTful API server along with a frontend in AngularJS. The project provides a video tutorial for guidance on how to use it.

Features

  • Express API Server: Utilizes Express for building the RESTful API server.
  • AngularJS Frontend: Features a frontend developed in AngularJS for user interactions.
  • Easy Installation: Quick setup by cloning repository, running npm install, and starting the server with node app.

Summary

Bookstore is a practical web application that integrates an Express server for the API and an AngularJS frontend. Its easy installation process and the provided video tutorial make it accessible for users looking to set it up and learn from the project.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.