Skip to content

This repo contains a basic Node and Express app to get you started in constructing an API with Typescript, Node, postgreSql, db-migrate, Express

Notifications You must be signed in to change notification settings

underscoreDev/Typescript-Express-Jasmine-starter-kit

Repository files navigation

Typescript, Node, Docker, postgreSql, db-migrate, Express API starter kit

Getting Started

This repo contains a basic Node and Express app to get you started in constructing an API. To get started, clone this repo and run npm i in your terminal at the project root.

Technologies used

  • Postgres for the database
  • Node/Express for the application logic
  • dotenv from npm for managing environment variables
  • db-migrate from npm for migrations
  • jsonwebtoken from npm for working with JWTs
  • jasmine from npm for testing

Starting the server

npm run dev

Run test

npm run test

About

This repo contains a basic Node and Express app to get you started in constructing an API with Typescript, Node, postgreSql, db-migrate, Express

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published