/guest-book-service-api

Primary LanguageJavaScriptMIT LicenseMIT

Guest Book App

Welcome to the Guest Book App! This is a simple Node.js application built with Express and Sequelize to manage a guest book.

Table of Contents

Features

  • Allow guests to leave messages with their names and comments.
  • Store guest book entries in a database using Sequelize.
  • View a list of all guest book entries.

Prerequisites

Before you begin, ensure you have the following installed:

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/devnura/mit-test-backend-dev.git
    cd mit-test-backend-dev
    
  2. Instal depedency:

    npm i
    
  3. Run migration and seeder:

    npx sequelize db:migrate
    npx sequelize-cli db:seed:all
    
  4. For the default admin email and password

    username : admin@admin.com

    password : admin