An open API service indexing awesome lists of open source software.

https://github.com/mcstanley/local-library

A dynamic library website created with Express, Pug and MongoDB.
https://github.com/mcstanley/local-library

express mongodb mongoose nodejs pug

Last synced: 3 months ago
JSON representation

A dynamic library website created with Express, Pug and MongoDB.

Awesome Lists containing this project

README

        

# Welcome to Local Library 📚

![Prerequisite](https://img.shields.io/badge/node-%3E%3D20.9.0-blue.svg)

> A dynamic library website created with Express, Pug and MongoDB.

### 🌐 [Live Website](https://local-library-mcstanley.fly.dev/)

## Prerequisites

- node >=20.9.0

## Install

```sh
npm install
```

## Usage

### Environment variables (`.env`)

```
DATABASE_URI=""
```

### Run command

```sh
npm run start
```

## Author

👤 **Stanisław Olejniczak**

- Website: https://mcstanley.vercel.app
- Github: [@McStanley](https://github.com/McStanley)

## Show your support

Give a ⭐️ if this project helped you!

---

_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_