HAL94 / pos-lotus

The start of a point of sales, hopefully I continue this project :/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apollo Server API Starter with Typescript

Includes API Server utilities:

Development utilities:

  • typescript
    • TypeScript is a language for application-scale JavaScript.
  • ts-node
    • TypeScript execution and REPL for node.js, with source map and native ESM support.
  • nodemon
    • nodemon is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected.
  • eslint
    • ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code.
  • typescript-eslint
    • Tooling which enables ESLint to support TypeScript.
  • jest
    • Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
  • supertest
    • HTTP assertions made easy via superagent.

Setup

npm install

Lint

npm run lint

Test

npm run test

Development

npm run dev

About

The start of a point of sales, hopefully I continue this project :/

License:MIT License


Languages

Language:TypeScript 91.3%Language:JavaScript 5.4%Language:CSS 3.0%Language:EJS 0.2%Language:Shell 0.0%