Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 441 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 441 Bytes

Front-end Test Back-end

An API for my coaching clients to call when I do their front-end evaluations.

It is a simple CRUD API over one entity.

This repo is part of a larger project. Of course, I will not share the requirements for the front-end evaluation itself. 😉

NB: this is a work in progress.

Usage

Install the packages:

npm run i

Development:

npm run dev

Run on host:

npm run start