/bonnapp21

A music festival companion app with social media features such as friending, commenting, and following, built with React and Next.js.

Primary LanguageJavaScript

BonnApp21

License: MIT

Description

BonnApp21 is a Bonnaroo '21 companion app (that can be updated annually with each year's lineup). It has social media lite features including user authentication, the ability to follow and comment on shows and other users, as well as profile pages. It uses React for client-side rendering and Node.js/Next.js on the server side, with a MongoDB database.

Table of Contents

Installation

Clone the repository, then cd into the root directory and install all dependencies with npm install. Create an .env file in the root directory with DB_URL equal to the full mongodb server connection, including username and password.

Usage

Use npm run dev to start the development server and npm run build to bundle files for production.

The app is currently hosted on Vercel here.

License

The MIT License

Copyright © 2022 branjames117

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Contributing

This repository and its contributors follow the Contributor Covenant Code of Conduct.

Questions

This repository was created and is maintained by branjames117.

With any questions email the repository owner at branjames117@gmail.com.