Skip to content

yiyao8932/cs-coding-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Challenge for Carsome (Backend)

Tech Stack

Nodejs + Koa.js + koa-router + sequelize

Instructions

Local Development

npm i
npm run serve

Production build/serve

# Production build
npm run build
# Start in production mode
npm run start

Testing

npm run test

Endpoints

GET /bookings - to get all the bookings.

POST /place-booking - to place a booking. Takes an object that has "time" key to process.

{
    "time": "2020-06-22T02:00:00.000Z"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published