A simple social media platform built with Node.js, Express, SQLite3, and Sequelize. This application allows users to create posts, view them, like posts, and manage data with a user-friendly interface.
- User authentication (login required).
- Create, view, and delete posts.
- Like posts.
- Dynamic front-end to display posts.
- SQLite3 database for persistence.
- Node.js (v14 or above)
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/hvadlamani/SocialMediaApp.git cd social-media-app
npm start