A Twitter clone built using
- React for frontend
- Nodejs for backend
- Mongodb for database
- CRUD operations for user account
- Creation and Deletion of posts
- Responsive webpages
- Database: Start Mongodb server.
- Backend: Run
npm install
in root directory. - Frontend: Navigate to '/client' and run
npm install
. - After following above steps, run
npm run dev
in root directory to lauch application.