Skip to content

This project is a backend API for the DevCamper application, a bootcamp directory website. It showcases my ability to create RESTful APIs, handle complex database relationships, and implement robust CRUD operations.

Notifications You must be signed in to change notification settings

ressuman/DevCamper-Bootcamp-Backend-Directory-Project

Repository files navigation

DevCamper API

Backend API for DevCamper application, which is a bootcamp directory website

Usage

Open the "index.html" file in the public folder via live server- by doing so you can have a preview of all the routes used in this application and use as such. eg: api/v1/bootcamps, api/v1/users

Install Dependencies

npm install

Run App

# Run in dev mode

npm run dev

# Run in prod mode

npm start

Database Seeder

To seed the database with users, bootcamps, courses and reviews with data from the "_data" folder, run

Destroy all data

node seeder -d

Import all data

node seeder -i

  • Version: 1.0.0
  • License: MIT

Here is an expected gif of the preview of routes of the index.html DevCamper Bootcamp gif

About

This project is a backend API for the DevCamper application, a bootcamp directory website. It showcases my ability to create RESTful APIs, handle complex database relationships, and implement robust CRUD operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published