Skip to content

Quick-start for a no-persistence RESTful Express API (in-memory array only)

Notifications You must be signed in to change notification settings

WeAreAcademy/academy-express-starter

Repository files navigation

Academy Express Starter

This is set up as a quick starter for a no-persistence RESTful Express API (using just an array for in-server memory).

Getting started

Shaping the 'database'

db.ts is set up for a generic DbItem - you may want to reshape and rename that interface.

Install dependencies

yarn

Run server

yarn start

Or, for dev mode (restarts server automatically when relevant files change):

yarn start:dev

About

Quick-start for a no-persistence RESTful Express API (in-memory array only)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published