restopia

1.0.4 • Public • Published

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:

  1. express
  2. body-parser
  3. mocha
  4. chai
  5. supertest
  6. nodemon


Package Sidebar

Install

npm i restopia

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

4.03 kB

Total Files

5

Last publish

Collaborators

  • mjavad_alj