bitprj / BitCamp

Free, open-source software engineering bootcamps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] NoSQL Livestream 1 Walkthrough

emsesc opened this issue · comments

Is your proposal related to a problem?

What was completed in the live stream by @emsesc and @lazyplatypus has code in this repository but does not yet have step by step instructions to follow. A tutorial will be useful for creating a Bitcamp in the future.

Describe the solution you'd like

There should be a step by step tutorial of how to replicate the working code that was featured in the live stream. This walkthrough should be split into multiple sections by general subtopics such as "deploying the web app" and "writing the endpoint." This allows for easier sectioning when creating the Learning Lab later on. This will be located under NoSQL/homework/responses/livestream1.md.

Steps include:

  1. Deploying an Atlas cluster and creating 2 demo documents
  2. Creating a Netlify app
  3. Writing code for the endpoint
  4. Testing the endpoint

Describe alternatives you've considered

None.

Additional context

In the Twitch live stream, Emily and Daniel coded a working endpoint deployed on Netlify that could retrieve what was currently in the database with a GET request and add a new document with a POST request. They also deployed an Atlas cluster that serves as part of the backend to store data.