Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

cxcloud-archives/api-starter

Repository files navigation

CXCloud API Accelerator

This repository uses CXCloud Core Services module and shows off it's capabilities. You can use this as a starting point for your CXCloud projects.

Configuration

This project uses node-config for configuration and git-crypt for encryption of configuration files.

To setup git-crypt follow this detailed guide.

Deploy

This project's master branch is automatically deployed and is available on https://demo.cxcloud.com/api/.

REST API Documentation

If you have run the project with a NODE_ENV set to any value other than production, a Swagger API Documentation will be available under the /api/v1/api-docs URL.

Copy repository

  1. Create clone of this repository and navigate to it:
$ git clone https://github.com/cxcloud/api-accelerator.git
$ cd api-accelerator
  1. Remove git tracking and create a new repository:
$ rm -rf .git
$ git init
  1. Add and verify a new remote:
$ git remote add origin https://github.com/*user*/*repo*.git
$ git remote -v
  1. Push to new remote:
$ git commit -am "Initial commit"
$ git push --set-upstream origin master [--force]

About

CXCloud API Accelerator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published