Giter VIP home page Giter VIP logo

et733-mern-site-backend's Introduction

template-minimal-node-express-api

This is a minimum TypeScript Node/Express API that is ready to add any data source to and host at online backend providers such as Render.

grafik

features

  • Node/Express
  • TypeScript
    • executed with tsx
    • compiled with tsc
    • watched with nodemon
  • ES6 modules
  • .env file
  • routers
  • handlers
  • online hosting ready

setup

  • npm i
  • create .env file in root directory
APP_TITLE = Node/Express API

start

  • npm run dev

hosting

  • the package.json file has two scripts ready for hosting: build and start
  • if you want to host this backend at a hosting service such as Render, use these scripts:
    • build command: npm i && npm run build
    • start command: npm start
  • this template is hosted at https://template-minimal-node-express-api.onrender.com (published as free Render web server which has a 30-60 second delay if API has not been recently accessed)

grafik

et733-mern-site-backend's People

Contributors

edwardtanguay avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.