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.
- Host: GitHub
- URL: https://github.com/mcstanley/local-library
- Owner: McStanley
- Created: 2023-11-28T14:43:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T12:55:34.000Z (over 1 year ago)
- Last Synced: 2025-01-15T21:38:21.714Z (5 months ago)
- Topics: express, mongodb, mongoose, nodejs, pug
- Language: JavaScript
- Homepage: https://local-library-mcstanley.fly.dev/
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Local Library 📚

> 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)_