/website-search

Search database websites, add websites to database

Primary LanguageJavaScript

🪧 Website Search

📋 About

2023-03-27 workshop

Search database websites.

Login and add websites to database.

Login, logout with express-session.

Database - json file;

🎯 Goals:

link to task (lt)

  • 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.

🏁 Getting started

Must have Node.js installed

  1. Clone the repo

  2. Go into project directory and Install NPM packages

    npm install
  3. use application:

    npm start
  4. default login: admin@admin.com, 1234