Skip to content

Instantly share code, notes, and snippets.

View dhairya137's full-sized avatar

Dhairya Patel dhairya137

View GitHub Profile
# Youtube video reference
# https://www.youtube.com/watch?v=VT2L1SXFq9U
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
}
@dhairya137
dhairya137 / devcamper_specs.md
Created July 21, 2020 06:17 — forked from bradtraversy/devcamper_specs.md
Specs for Devcamper Udemy course project

DevCamper Backend API Specifications

Create the backend for a bootcamp directory website. The frontend/UI will be created by another team (future course). The html/css template has been created and can be used as a reference for functionality. All of the functionality below needs to be fully implmented in this project.

Bootcamps

  • List all bootcamps in the database
    • Pagination
    • Select specific fields in result
    • Limit number of results
  • Filter by fields