Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Express.js + lolaDB Example

A simple example demonstrating how to use lolaDB with Express.js.

In the example we create a simple API endpoint that is capable of the following:

  • Returning a list of all the users in a database.
  • Returning a single user by ID.
  • Creating a new user.
  • Updating a user by ID.
  • Deleting a user by ID.

Running the example

To run the example, first install the dependencies:

npm install

Then run the example:

npm start

lolaDB Developer Docs

You can always reference the lolaDB Developer Docs for more information.