Skip to content
This repository has been archived by the owner on Oct 7, 2018. It is now read-only.

Latest commit

 

History

History

rest-express-typescript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

rest-express-typescript

This example demonstrate how to use accounts-js.

You must have a mongodb server running before starting the server.

Getting Started

git clone https://github.com/accounts-js/examples.git
cd examples/rest-express-typescript
yarn install

Start the app.

yarn start

Open a browser and navigate to http://localhost:4000.