This is the basic application with which you can create your final assignment.
- Download this base application.
- Run
npm install
to install the dependencies.
- Node.js basic application with all required dependencies (express-session, body-parser, multer, MySQL, express-myconnection, etc.)
- Basic database (see
database/database.sql
).
The base database should be enough to create the bare minimum application required. The database includes 3 tables; users, photos and comments:
There is one minor difference between the excersises and this assignment in session handling. Sessions will not be removed when the application restarts. Delete the contents of the sessions
directory to remove all sessions.