Skip to content

The Makee API package is meant to the developer, with a set of tools to help you easily and quickly build your own API.

License

Notifications You must be signed in to change notification settings

makee-workshop/MakeeAPI

Repository files navigation

Makee API

Built heavily based on PartJS and Drywall, a user system for Node.js. Makee API is a RESTful API package for the Express.

It is developed for Makee.io.

Technology

On The Server.

  • Express
  • Jade
  • Mongoose
  • MySQL
  • Passport
  • Async
  • EmailJS

Prerequisite

Basically you could be a full stack developer.

  • Strong JavaScript programming skills.
  • Node.js fundamentals: async IO, HTTP module and etc.
  • Express.js and Node.js
  • Understanding REST architecture.
  • Understanding NoSQL.
  • MongoDB and its Node.js driver.

Philosophy

  • The Makee API package is meant to the developer, with a set of tools to help you easily and quickly build your own API.

System Requirements

  • Node Runtime
  • MongoDB
  • npm package manager

Install

$ cd <directory-to-your-makeeapi>
$ cp config.example.js config.js
$ npm i

Please visit http://localhost:3000/.

How to Install Homebrew (Mac)

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

How to Install Node

$ brew install nodejs

How to Install MongoDB

$ brew install mongodb

License

MIT

About

The Makee API package is meant to the developer, with a set of tools to help you easily and quickly build your own API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published