Skip to content

Latest commit

 

History

History

js-my-first-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

My First App

This project is intended to be used along with our Your First Klotho App. The purpose of this project is to show how you can quickly create a cloud-ready REST API with data persistence.

Run the app locally

run the terminal commands:

npm install
node index.js
> App listening locally on: 3000