Skip to content

nnkogift/express-api-server-template

Repository files navigation

Express API Server Template

Introduction

This is a minimal implementation of a RESTful API server using Express.js. It is designed to be used as a starting point for building a server. It is set up with necessary build tools and dependencies as well as minimal typescript setup.

Usage

To use this template simply click on Use this template button in github, or clone the repository.

To start the server in development mode run the following command:

 yarn start

To build the server for production run the following command:

 yarn build

The build will create a folder called app in the root of the project. You can deploy this folder to a server and run the production server using the command:

 node index.js

Issues

If you have any issues or suggestions please open an issue on github.

About

A template to bootstrap a minimal express API server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published