Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrianarivo/odin_mini_message
https://github.com/andrianarivo/odin_mini_message
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrianarivo/odin_mini_message
- Owner: andrianarivo
- License: mit
- Created: 2023-08-09T16:14:27.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-09T18:10:22.000Z (over 1 year ago)
- Last Synced: 2024-04-18T09:35:13.146Z (10 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Mini Message Board
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Mini Message Board** is a fun interactive web app! A super simple message board.
Server
- **Post a message**
- **View messages**
- [Live Demo Link](https://google.com)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- `NodeJS`
- `Code editor`
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/andrianarivo/odin_mini_message.git
```
### Install
Install this project with:
```sh
cd my-project
npm install
```
### Usage
To run the project, execute the following command:
```sh
DEBUG=odin-mini-message:* & npm start
```
### Deployment
You can deploy this project using your own deployment solution
👤 **David**
- GitHub: [@andrianarivo](https://github.com/andrianarivo)
- Twitter: [@dandrianarivo](https://twitter.com/dandrianarivo)
- LinkedIn: [LinkedIn](https://linkedin.com/in/andrianarivo)
- [ ] **Data persistence**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project ⭐️
I would like to thank the Odin Project
This project is [MIT](./LICENSE) licensed.