RubySpeeders / Drum-Roulette

https://drum-roulette.vercel.app
3 stars 3 forks source link

Drum Roulette

DR-LandingPage

Drum Roulette is a web application built using Next.js and TypeScript on the frontend. Its purpose is to facilitate the random assignment of US Military band percussionists to instruments for specific jobs.

Features

Technologies Used

Getting Started

To get a local copy of the project up and running, follow these steps:

  1. Clone the repository: git clone [https://github.com/RubySpeeders/Drum-Roulette]
  2. Navigate to the project directory: cd Drum-Roulette
  3. Install the dependencies: yarn install
  4. Navigate to the FE directory: cd client
  5. Install the dependencies: yarn install
  6. Start the development server: yarn dev
  7. Open your browser and access the application at http://localhost:3000

Setup Backend for Local Development

TL;DR

The backend is in Spring Boot and PostgreSQL. The spring boot application serves resources to the front end from the database. To begin development, you'll need:

Setup Steps

Enter in your password for postgres each time you are prompted. If all goes well, this process should generate an initial database.

Coding Standards and Guidelines

To ensure a consistent code style across the project, we use Prettier as our code formatter. Please make sure to have the Prettier extension installed in your editor and configure it to match the project's Prettier settings.

If you prefer to manually format your code, you can run the following command before committing your changes:

npx prettier --write .

This command will format all files in the current directory and its subdirectories according to the Prettier configuration.

Please avoid committing code with formatting inconsistencies, as it helps maintain a clean and readable codebase.

Imports in .tsx files should follow the following order:

Development Workflow & Contributing

Contributions are welcome! If you'd like to contribute to this project, please make sure to follow the code formatting guidelines defined by Prettier. This ensures consistent code style and makes it easier to review and merge your contributions. If you'd like to contribute to Drum Roulette, please follow these guidelines:

  1. Clone the repository
  2. Create a new branch for your feature: git checkout -b DR-[issue-number]-feature-name
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push the changes to your forked repository: git push origin DR-[issue-number]-feature-name
  5. Submit a pull request detailing your changes

Deployment

Our front-end application is automatically deployed through the following process:

Version Control System:

Continuous Integration:

Build Process:

Deployment Trigger:

Deployment to Vercel:

Setting Up a Deployment Schedule:

While our current deployment process is triggered on each push to the main branch, we are considering the implementation of a deployment schedule for more controlled releases. The schedule might involve deploying updates at specific times or on particular days to align with project milestones or user expectations.

License

This project is licensed under the MIT License.

Contact

If you have any questions or suggestions regarding the Musician Personnel Assignment Project, please feel free to reach out: