Damilola99-web / tapoon

Api demonstrates OOP concepts using typescript and mongodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

project setup

npm inint -y

install dependencies - Development

npm i -D typescript ts-watch eslint prettier eslint-config-prettier eslint-plugin-prettier @typescript-eslint/parser @typescript-eslint/eslint-plugin @types/node @types/express


ts-watch is similar to nodemon

  • eslint is a linter
  • prettier is a code formatter

Dependencies

npm i express dotenv

Config file for typescript

npx tsc --init

About

Api demonstrates OOP concepts using typescript and mongodb


Languages

Language:TypeScript 95.2%Language:JavaScript 4.8%