Skip to content

co-space/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published