Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 561 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 561 Bytes

Microservice - Serverless Node.js API with a Static Frontend on ZEIT Now

For this example we are using Mongoose(MongoDB) and AngularJS for frontend

Clone the repo and rename sample.env to .env

git clone 

Local Development

Install now cli

npm i -g now

Start the project in development mode

now dev

Deploy

For a staging deployment, you can use the following one-word command:

now

Then, for production, including automatic aliasing, you can use the following:

now --target production