web-tweet-express-luke
v1.0.0
Published
A twitter like web application.
Readme
web-tweet-express

Description
A twitter like web application.
Key Features
- User account
- signup
- login
- edit profile
- Tweet
- display tweets
- post tweet
- delete tweet
- upload image
Get Started
- 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.
