AdeosunDeji / tsk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tsk

This Repo contains an assessment task

Project Setup

Prerequisites

Node.js installed on your system

Steps

1 Clone the project

  • git clone
  • cd

2 Install dependencies

  • npm install

3 Create a file named .env in the project root directory.

  • Input your database connection details in the .env file.

4 Run the seeding script

  • npm run seed

5 Run the project

  • npm run dev

Hosted Link

Click here

Postman Documentation

Click here

Notes

  • The npm run seed command populates the database with initial data.
  • The npm run dev command starts the development server.
  • Access your project in a web browser using the specified port number.

About


Languages

Language:TypeScript 59.6%Language:JavaScript 40.4%