Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcstanley/message-board
A simple message board created with Express and MongoDB.
https://github.com/mcstanley/message-board
ejs express flyio mongodb mongoose nodejs
Last synced: about 4 hours ago
JSON representation
A simple message board created with Express and MongoDB.
- Host: GitHub
- URL: https://github.com/mcstanley/message-board
- Owner: McStanley
- Created: 2023-11-18T16:52:35.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-18T21:45:17.000Z (12 months ago)
- Last Synced: 2023-11-19T18:38:38.521Z (12 months ago)
- Topics: ejs, express, flyio, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage: https://message-board-mcstanley.fly.dev/
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Mini Message Board π
> A simple message board created with Express and MongoDB.
### π [Live Demo](https://message-board-mcstanley.fly.dev)
## 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 you liked this project!
---
_This README was generated with β€οΈ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_