A twitter like web application.
- User account
- signup
- login
- edit profile
- Tweet
- display tweets
- post tweet
- delete tweet
- upload image
- Fork this repo, then clone your forked repo.
cd web-tweet-express- Install dependencies:
npm install. - Run node server:
node appornodemon appif you have installednodemon.
