Skip to content

studiozeffa/robocontacts-api

Repository files navigation

RoboContacts API

Returns a list of dummy contacts. Originally built as an API endpoint to use with the accompanying React Native training course.

Installation

npm install

Usage

Use npm scripts to work with the API as follows:

  • npm run dev: runs the express server in development mode, using nodemon and ts-node to automatically restart the Express server as necessary.
  • npm run build: compiles the TypeScript files from the src/ folder into the lib folder.
  • npm start: starts the Express server using the compiled files in lib/. Use this in production.

License

ISC

About

An API that returns a dummy list of contacts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published