jameswong3388 / Hacktitude_Malaysia_2023

Team IntelliX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktitude Malaysia 2023

DISCLAIMER: Please note that this project is created only for the purpose of Hacktitude.io and do NOT represent best practices of software development. The project contains purposefully placed errors, bad design practices, bad code quality and security malpractices.

Getting Started

# Clone the repository
git clone https://github.com/jameswong3388/Hacktitude_Malaysia_2023.git

Prerequisites

  • Node.js
  • npm
  • visual studio code extension - live-server

Installation

# Install dependencies
npm install

Setup

Replace the with the name of the cloned repo folder name in the following files:

  • jest.config.js

Usage

Right click on index.html and select "Open with Live Server"

Migration

# Migrate the database
npm run migrate

## Seed the database
npm run seed

Running the tests

# Run the tests
npm test challenges0.test.js

About

Team IntelliX


Languages

Language:JavaScript 74.2%Language:HTML 20.2%Language:CSS 5.6%