1.0.4 • Published 4 years ago

restopia v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

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


1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago