Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aganglada/expressi
- Owner: aganglada
- Created: 2017-07-12T13:59:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T09:54:08.000Z (over 6 years ago)
- Last Synced: 2024-04-25T11:22:02.799Z (9 months ago)
- Topics: express, javascript, nodejs, server, structure
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.