Backend Server for Apna Library Android App
git clone https://github.com/iem-devs/apna-library-server.git
cd apna-library-server
npm install
npm start
API : http://localhost:3000/api
API Docs (built using Api Docs JS) : http://localhost:3000/docs
- Node 0.12.7
- MongoDB Backend
- Rest API Based on Express
Read the Contributing Guidelines. Also check out our Wiki if you are new to Express Server development.