/MEANr-api

MEANr Express API server

Primary LanguageJavaScriptMIT LicenseMIT

MEANr-api

Express API server. Part of MEANr - A MEAN relational stack

DEMO: https://meanr.io

Getting Started

  1. Make sure you have Node.js and npm installed

  2. Fork or Clone this repo git clone https://github.com/christurnbull/MEANr-api.git

  3. Install dependencies npm install

  4. Create an empty database on a MySQL server

  5. Add the database connection details to ./config./c_development.js (and set other config details)

  6. Run using node server.js

  7. Add your source code to ./src/usr and make great things

  8. Fire up an app to consume the API - MEANr-ng or MEANr-ion

If you change any code in ./src/core then I suggest renaming the file so you can track and apply updates from the master repository.

Dependencies

  • Mysql 5.x
  • Express 4.x
  • Node 4.2.x

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

License

The code is available under the MIT license.