Simple Twitter like web app
Backend - Nodejs,Database - Mysql and Front end adaptedfrom w3 schools.
To run on our system
1 clone the repo
2 install mariadb and nodejs(npm)
3 run command npm i to install all packages for nodejs
4 change user name, password details of db in app.js
5 run command node app.js
6 go to url localhost:3000/ for a live demo
- User Manual - Explains features of twitter
- ER Diagrams,Schemas and FDs - Database details