Application for Media and Home Improvement management built on Node.js.
This is a quick overview of the AIOMedia API. For more information visit the Project Wiki.
- Node.js - Download & Install Node.js
- NPM Package Manager - Download & Install NPM
- MongoDB - Download & Install MongoDB
Clone project repository into your_project_name
directory.
$ git clone [email protected]:AIOMedia/AIOApplication-api.git your_project_name
Download zip archive and extract it into your project directory.
Install project dependencies
$ cd your_project_name
$ npm install
After the install process is over, you'll be able to run your application using NPM, just run npm start script:
$ npm start
Your application should run on the 3000 port so in your browser just go to http://localhost:3000
- Express v4.10.2 - http://expressjs.com
- Mongoose v3.8.19 - http://mongoosejs.com
The MIT License (MIT). See LICENSE file for more information.
- Axel Penin (Elorfin) as main author