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 app
ornodemon app
if you have installednodemon
.