-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Hello! This is Aeolus. The instant REST API by Atomic Llama.
We're always working to improve this new Framework of ours. And now we want to give you a brief showcase of what you can do with it!
One of the key features of the framework is that it allows you to host a website and your REST API on the same server with the minimal amount of code.
Aeolus works with node and you can use it to start from scratch or compliment your current project.
To create a new project with Aeolus you will need Node and npm installed http://nodejs.org and https://www.npmjs.com
Once done with that. You can install Aeolus from the terminal.
$ npm install aeolus -g
To create your project you can navigate to the folder where you want it (or create one) and run our wizard with
$ aeolus
Simply follow the steps and you will have a whole project already in front of you!
Perhaps you already know a bit about Node and don't need our wizard.
Simply run:
$ npm install aeolus --save
And our Framework will be already installed for you to use.