/library_app

Primary LanguageJavaScript

Introduction

A web application to keep track of the books in a library. The project is done as a part of learning web development using NodeJS/Express from Mozilla Developers' Network.

Installation guidelines

  • The hosting server needs to be equipped with NodeJS and NPM and MongoDB(only in case of hosting the database in the same machine)
  • Clone the repository.
  • Run "npm install" in the project root directory.
  • Set the node environment variable MONGODB_URI with the proper mongoDB URI.
  • Run "npm start".

Link to the live website: https://alvee-library-app.herokuapp.com/