RESTful API for metal-archives.com written in NodeJS, express.
-
Make sure you have nodejs, mongodb and git installed.
-
Clone the repo:
git clone https://github.com/amiralies/metalarchives-api.git
- Install dependencies :
cd metalarchives-api
npm install
- Catch database :
npm run catchDB
- Start API :
npm start
- Done.
To generate docs follow these steps:
- Install apidoc :
npm install -g apidoc
-
cd to
/apidoc
folder in repo. -
Serve files with your desired http server.
-
Done.