sudhakar-jonnakuti / express-jsondb

Express + Typescript + JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

express-jsondb

Build applications   : docker build -t express-jsondb -f docker/developer.dockerfile .
Up applications      : docker-compose -f docker/developer.docker-compose.yml up -d
Down applications    : docker-compose -f docker/developer.docker-compose.yml -v --rmi all

Reference:
Build a Node.JS multi-stage Dockerfile to minify your production container size
https://iws.io/2020/multi-stage-node-buid-with-react-client

Node.js and TypeScript Tutorial: Build a rest API with Typescript, NodeJS, and a file-based storage system.
https://dev.to/realsteveig/nodejs-and-typescript-tutorial-build-a-rest-api-with-typescript-nodejs-and-a-file-based-storage-system-2l61

About

Express + Typescript + JSON


Languages

Language:TypeScript 84.7%Language:Dockerfile 9.8%Language:JavaScript 5.6%