In this web application user can register and then login with those credentials. In the dashboard they can see all the tweets by other users sorted by last comes first. A tweet can be editable and deletable. User can also logout and login with other credentials.
This application uses json-server.
- Run
json-server --watch db.json --port 3001
- Run
npm run start
The application runs on port 3000