A fully functional link-sharing app
- Start the containers
npm run dev
- Init the database
npm run init
- Client is hosted on localhost:3001 and server is hosted on 3000
- Next.js - React framework
- TailwindCSS - For styles
- react-dnd - For drag-and-drop functionality
- PostgreSQL - Database
- Docker - For running application and deployment
- AWS - For deployment