weryk153 / taroko_server

Simple server for the frontend interview code project

Home Page:taroko-server.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple server for the frontend interview code project

taroko-server.vercel.app


Languages

Language:JavaScript 97.5%Language:Pug 1.8%Language:CSS 0.7%