1.0.2 ā€¢ Published 3 years ago

@easy-express/sequelize v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

A simple, customizable, and extensible express server in Typescript.

šŸ  Homepage

Introduction

....

Install

npm install @easy-express/sequelize

Usage

Note: You must put all sequelize models inside ./src/database_models

Example

import { EasyExpressServer } from  "@easy-express/server";

// Create a new server

let  server = new  EasyExpressServer();

// Define a 'get' route

server.instance.get("/", (req, res) => {

res.send("Hello World!");

});

// Start the server

server.start();

Modules

Coming soon...

Author

šŸ‘¤ Leonard Parisi

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ā­ļø if this project helped you!


This README was generated with ā¤ļø by readme-md-generator

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago