Skip to content

Latest commit

 

History

History
97 lines (62 loc) · 1.22 KB

File metadata and controls

97 lines (62 loc) · 1.22 KB

Co-space API & Data Specification

Co-space provide all information you need about coworking spaces in indonesia.

Tech Stack

  • Node.js
  • Yarn
  • Express.js / Sails.js
  • MongoDB, Mongoose, MongoDB Atlas
  • Travis CI
  • Heroku

Development

Application

Install yarn with npm

npm install -g yarn

Running

yarn install
yarn dev

Deployment

Infrastructure

GitHub => Heroku => CloudFlare

Application

node => pm2

Running

heroku login
yarn deploy

Access:


Data Models

Coworking_spaces

{
  "_id": ObjectId,
}

Accounts

{
  "_id": ObjectId,
}

Bookings

{
  "_id": ObjectId,
}

API Endpoints

Root URL: http://localhost:3000

Coworking_spaces

Accounts

Bookings


License

MIT License