Message in a Bottle is a safe space for people to share thoughts and words with others around the world. Send or receive anonymous messages to other writers. This link will direct you to the frontend repository.
Message in a Bottle application was created to provide people a chance to express words to random strangers if not able to do so in person.
- Clone this repository
- Run
bundle install
- Run
rails db:create
- Run
rails db:migrate
- Run
rails db:seed
- Run
rails s
- Run the frontend - refer to frontend repository
- Expect a broswer tab to open automatically
- Create an account and start creating messages in a bottle
Users can:
- Create an account
- Login and signout
- Create, read, update, and delete Journal entries
- Create, read, and delete Messages
- React
- Rails as API
- JavaScript
- PostgreSQL
- Boostrap
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
For a copy of the GNU General Public License along write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.