Thanks to visit codestin.com
Credit goes to github.com

Skip to content

commonknowledge/ts-mapped

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full-stack Typescript Mapped

Local Setup

Requirements

  • Docker
  • NodeJS v22+

For Tests

  • jq (Installed by default on MacOS)

Installation

  1. Run bin/setup.sh and follow the instuctions.
  2. Run bin/run.sh to start Mapped!
  3. Open the dev server at https://localhost:3000
  4. Log in with username [email protected] and password 1234.

Migrations

  • Create with npm run kysely migrate:make [name]
  • Run with npm run kysely migrate:latest

Commands

  • The Commander library has been used to create a CLI for this project.
  • Add commands to bin/cmd.ts.
  • Run commands with npm run cmd -- [command] [...args]

Tests

  • Run tests with npm test
  • This will download test_credentials.json from BitWarden Secrets manager, which is required to test the data source adaptors.
  • Filter tests with npm test -- -t [filter]

Further Details

Seed Data

The SQL import includes the following:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 6

Languages