Skip to content

emurun/recipeDBWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recipeDBWebApp

Welcome to MunchkinMenu!

The backend of MunchkinMenu was created using Java's Spring-Boot framework, and the frontend with Javascript's React. To start up the application, make sure you have the proper development by following this guide and downloading Maven & Node if you don't have them already:

Getting Started with Spring Boot , Maven Download , Node Download

In the MunchkinMenu directory, open recipeapp -> resources -> application.properties and replace the username and password with your local username and password for sql. Then, open pom.xml and make sure the sql and java versions listed match the ones on your system.

You will also need to instantiate a database in mysql called "project157a" for the application to use.

Once the project is all set up,

Scripts

In recipeapp directory, run: ./mvnw spring-boot:run In the project directory (MunchkinMenu), run: npm start

To start up the back and front end of the application. Open http://localhost:3000 to view it in your browser, and test it out! You can try creating an account, making a recipe, or clicking a recipe and commenting on/rating it.

Enjoy! :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published