restopia
v1.0.4
Published
make a structure for your rest-API to start fast
Downloads
1
Maintainers
Readme
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 restopia
Details
files structure :
├── config
│ ├── default.json
├── server
│ ├── api
│ │ ├── controllers
│ │ ├── models
│ │ ├── routes
│ ├── app.js
│ ├── router.js
│ ├── server.js
└── test
modules that are installed with this package:
- express
- body-parser
- mocha
- chai
- supertest
- nodemon