Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 465 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 465 Bytes

Wobble - a social media application for developers

Instructions:

  1. Git clone
  2. Change into server directory
    • cd server
  3. Install required packages
    • npm install
  4. Run server
    • npm start
  5. Open another terminal
  6. Change into client directory
    • cd client
  7. Install required packages
    • npm install
  8. Run server
    • npm start
  9. Open localhost:3000 in the browser for client app.
  10. Open localhost:5000/docs for swagger API.