Skip to content

bvoigtlaender/api

Repository files navigation

Simple Rest API

This is a simple example of an rest api written in javascript. It uses the express framework and mongodb as the database with the native driver. You can checkout all its requests in the postman collection below.

Run in Postman

Installation

Install dependencies

npm install

Start api

npm run start-api

Optionally start account manager site to reset password

npm run start-account-manager

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published