/taroko_server

Simple server for the frontend interview code project

Primary LanguageJavaScript

Taroko Contacts Server

Sample servers allowing for basic CRUD operations on a small json database of contacts

Go to https://localhost:3000/api-docs for Swagger docs and test the endpoints

There is an admin endpoint that resets the DB to its original state:

POST /api/admin

Local Development

Simply fork the repo and run

npm install
npm run dev

You need a Node version >= 12.18.4

To start the server in development mode at http://localhost:3000.