Skip to content

diamondburned/mongoDB-workshop

 
 

Repository files navigation

mongoDB-workshop

First, install the Devbox tool:

curl -fsSL https://get.jetpack.io/devbox | bash

Then, clone this repository and cd into it:

git clone <page URL>
cd mongoDB-workshop

Open a new terminal window, cd into that same directory, and run:

devbox services up

This will start both the MongoDB and the Node.js services.

In the other terminal window, enter the Devbox shell:

devbox shell

Now, you can interact with the Node.js service:

http POST localhost:3001/create title="1984" author="George Orwell"
http GET localhost:3001/read

About

Spring 2024 Dev Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%