Wobble - a social media application for developers
Instructions:
- Git clone
- Change into server directory
cd server
- Install required packages
npm install
- Run server
npm start
- Open another terminal
- Change into client directory
cd client
- Install required packages
npm install
- Run server
npm start
- Open
localhost:3000
in the browser for client app. - Open
localhost:5000/docs
for swagger API.