Skip to content

Darnycya/escape-nyc-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Escape NYC API

The Escape NYC API is the API created and used for the Escape NYC full CRUD React App. It's hosted on Heroku and stored using MongoDB.

Link To API

Click Here

Schema of API

const Trail = new Schema(
  {
    name: { type: String, required: true },
    trailUrl: { type: String, required: true },
    difficulty: { type: String, required: true },
    distanceFromNyc: { type: Number, required: true },
    climbingTime: { type: Number, required: true },
    rating: { type: Number, required: true }
  },
  { timestamps: true }
)

About

API for Escape NYC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published