SNS app to share information!
Table of Contents

SNS to allow users to share information.
-
NodeJs
-
TypeScript
-
Docker
- Install Prerequisites
- run backend
cd backend npm run watch npm run dev
- Run FrontEnd locally.
cd frontend npm run dev