Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 263 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 263 Bytes

README

What is this repository for?

  • API App for the Portnis API

Before running you need to install:

  • NodeJS + NPM
  • MongoDB (can be started from a command line by running "mongod" after installation)

Then run:

  • npm install
  • npm start