An open API service indexing awesome lists of open source software.

https://github.com/abdulrehman-z/social

Small social app with functionalities of post ,comments and with custom event bus implementation.
https://github.com/abdulrehman-z/social

axios event-bus material-ui nodejs reactjs rtk-query

Last synced: about 2 months ago
JSON representation

Small social app with functionalities of post ,comments and with custom event bus implementation.

Awesome Lists containing this project

README

        

## How to run the app

1. run `skaffold dev` to start the app
2. if you notice any error related to port :80 already in use, run `netstat -aon | findstr :80` to find the process id and then run `taskkill /PID /F` to kill the process
3. run `skaffold dev` again to start the app