2023-03-27 workshop
Search database websites.
Login and add websites to database.
Login, logout with express-session.
Database - json file;
🎯 Goals:
- Create website search application.
Application must have two parts:
- public search (open for all users) where users could search (filter by search) for websites.
- admin part (only for authenticated users). Logged in users should be able to add website addresses, names and descriptions.
Must have Node.js installed
-
Clone the repo
-
Go into project directory and Install NPM packages
npm install
-
use application:
npm start
-
default login: admin@admin.com, 1234