is deployed here
front end created with create-react-app
- install node
- navigate to
/client
npm i
npm run start
install sql
- click here
install sql workbench
- here
- connect to your local db instance
- create a new schema called
fake_twitter
install java se jdk
install / run java spring boot middleware
- install maven
brew install maven
- navigate to
/server/twitter-lite
mvn spring-boot:run
do things in this order. sql has to be up and running before you boot spring in order for db tables to be created properly
you may or may not have to go in and change the url(s) of the axios call(s) in order to get everything to talk to each other right. good luck!!!!!!!!!

