Skip to content

brianrandall/twitter_lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter.lite

is deployed here



disclaimer: this was built as a project for school. i am in no way associated with twitter heavy

login


home


front end created with create-react-app

  • install node
  • navigate to /client
npm i
npm run start

install sql

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!!!!!!!!!


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors