p8ul / express-typescript-postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

express-typescript-postgres

This is a simple Node.js, Express, postgres and Typescript boilerplate.

Requirements

- NodeJs
- Typescript and Typescript Node `bash npm install -g typescript ts-node`
- postgres
- Slack webhook (bot)
- Sequelize

Getting Started

Clone this repository

git clone https://github.com/p8ul/express-typescript-postgres.git

Install dependencies

yarn install

Start the Server

yarn start This will start the server at http://localhost:3000

How to Access the API Documentation

Run in Postman

About


Languages

Language:TypeScript 73.7%Language:JavaScript 26.3%