Skip to content

alaydeliwala/manic-monday-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

manic-monday-demo

A demo for my Manic Monday Presentation on Spring-Boot and MySQL. Powerpoint presentation is avalible under /presentation

Prerequisite

  1. Download Java JDK 1.8
  2. Install maven from brew using brew install maven
  3. Set up sdk man 'curl -s https://get.sdkman.io" | bash
  4. Get spring boot by using sdk man sdk install springboot
  5. Download mySQL Community from here (Make sure to remeber the password-)
  6. Also download mySQL from brew using brew install mysql
  7. Start up mysql using sudo mysql --password
  8. Create a new database
create database lynx_mysql;
create user 'lynx-patient'@'localhost' identified by 'password';
grant all on lynx_mysql.* to 'lynx-patient'@'localhost';

Usage

  1. Navigate to lynx/backend/lynx_db
  2. Run commmand mvn clean install to install dependencies
  3. Run command mvn spring-boot:run to start up server

About

A demo for my Manic Monday Speaker Series Presentation on Spring-Boot and MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors