Server-Side application for sharing heartfelt messages
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This project serves as the web frontend for the MessageBox project. MessageBox allows you to easily send messages to friends or loved ones with a simple and easy to use interface. The messages are sent to the MessageBox hardware, and the user on the other end is notified of the new message. After opening the box and reading the message, the box clears it's screen and listens for more messages. This provides a clean interface to send personal messages to someone at work or home, without distracting the recipient or requiring them to use any complex technology.
To get a local copy up and running follow these simple steps.
You'll need the following:
-
Ruby > 2.5
-
PostgreSQL
-
Node.js
-
Yarn
-
Ubuntu
sudo apt install ruby postgresql node yarn
- Arch
sudo pacman -S ruby postgresql node yarn
- Clone the repo
git clone https://github.com/dburnsii/MessageboxServer.git
- Install Rails
gem install bundle
- Install dependencies
bundle install
- Setup database
rails db:setup
To run the project, run the rails server:
rails s
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Desone Burns II - [email protected]
Project Link: https://github.com/dburnsii/MessageboxServer