NickPriv / FryRankBackend

A back-end Java application allowing users to create and view reviews for french fries at restaurants
https://fryrank.oxyserver.com
0 stars 0 forks source link

Fry Rank

Become the world's most-esteemed French Fry food critic! This web application enables users to rate french fries at all of their favorite restaurants.

Tech Stack

  1. MongoDB Database (NoSQL)
  2. Spring Boot Backend, written in Java
  3. ReactJS frontend

Current Status

The app is functional, allowing users to view reviews and create new ones for a pre-set list of restaurants.

In progress:

Rapid Testing Instructions

  1. Create a .env file. Reference the .env.sample file for help with the env variables to set.
  2. From the repository root: run docker-compose up -d --build