Installation
Meet NilaJS
NilaJS is a REST api framework with expressive, elegant syntax. A web framework provides a structure and starting point for creating your application, allowing you to focus on creating something amazing while we sweat the details.
Built on top of Express.js and Mongodb
Getting Started
Let's discover The power of NilaJS in less than 5 minutes.
Get started by creating a new NilaJS project.
npm i nilajs -g
The above command will install nilajs cli globally on your system. After you can create a new NilaJS project using below command.
nila create:app myapp
cd myapp
npm install
npm start