Skip to content

Starter code for WV's Back(end) to Basics Workshop, hosted on Feb 17th 2021 by @AipioxTechson and @jcserv

Notifications You must be signed in to change notification settings

white-van/api-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WV API Workshop

This repository contains the starter code for the WV API Workshop!

Slides: pending

API Setup

  1. npm install
  2. Create a .env file containing: PORT=3000 MONGOOSE_PORT=mongodb://localhost:27017/[db name, we use apiworkshop]
  3. Using MongoDB Compass/whatever floats your boat, create a db containing two collections: rovers and moons
  4. npm start

Postman

  1. Import the environment json provided in the postman folder
  2. Import our collection by link method: https://www.postman.com/collections/e3e118eae76ff0500eec
  3. Request ALL THE THINGS!! :D

About

Starter code for WV's Back(end) to Basics Workshop, hosted on Feb 17th 2021 by @AipioxTechson and @jcserv

Resources

Stars

Watchers

Forks