1.0.4 • Published 6 years ago
restopia v1.0.4
Restopia
Introduction
this package helps you to start your rest-api faster by providing basic structure and some modules like express , body-parser and nodemon and more...
Installation
npm i restopiaDetails
files structure :
├── config
│   ├── default.json
├── server
│   ├── api
│   │   ├── controllers
│   │   ├── models
│   │   ├── routes
│   ├── app.js
│   ├── router.js
│   ├── server.js
└── testmodules that are installed with this package:
- express
 - body-parser
 - mocha
 - chai
 - supertest
 - nodemon