Skip to content

Mvlprem/express-library

Repository files navigation

Express Library

This web application creates an online catalog for a library, written in Node/Express.

Demo : Library

Quick Start

To get this project up and running locally on your computer:

  1. Clone this repository

    git clone git@github.com:Mvlprem/express-library.git
  2. Install the required packages in the root of your clone of this repo

    npm install
  3. Run the server, using the below command

    npm run devstart
  4. Open a browser to http://localhost:3000/ to open the library site.

Note: The library uses a MongoDB database hosted on MongoDB Atlas. You should use a different database for your own code.

// .env
MONGODB_URI = 'insert_your_database_url_here'

About

Library website written in Express (Node)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published