Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aganglada/expressi

📂 Express node server with easy routing
https://github.com/aganglada/expressi

express javascript nodejs server structure

Last synced: about 22 hours ago
JSON representation

📂 Express node server with easy routing

Awesome Lists containing this project

README

        

# expressi
Express node server with easy routing

[Express](https://expressjs.com/) is the most popular nodejs framwork for building fast and minimalistic applications.

Why not make the routing better just by relaying in the folder structure?

## Installation

```
npm install expressi
```

## Features

* Fast and lightweight.
* Built in ES6/7.
* No need to set up routes.

## Getting your app ready

1. Install `expressi` into your project.
2. Dont't worry about `express`, `expressi` already comes with its lastest version, so there is no need to install it.
3. Choose a folder where you want `expressi` to look at (That, will reflect exaclty how your uri is going to look like).
4. Let `expressi` make your life easier.

Check examples for documentation.