Placeholder for actual content
twitter website built using Node.js, PostgreSQL and Express.
Install all dependencies
make install
Run The Software
make run
- server will be available at
http://localhost:3000
Run Tests
make test
- User Login using personal mail account.
- User Self-registration form.
- User's details are stored in their profile.
- User can post their thoughts and updates using tweet feature.
- User can follow other users to share thoughts and updates.
- User can update their profile.
- User can delete their tweets.
- User can logout.