Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/murage-poc/express-sequelize-rest-api
A Typescript Node Js boilerplate project using Express framework, JSON Web token authentication and Sequelize ORM
https://github.com/murage-poc/express-sequelize-rest-api
expressjs jsonwebtokens sequelize-orm typescript-nodejs
Last synced: about 7 hours ago
JSON representation
A Typescript Node Js boilerplate project using Express framework, JSON Web token authentication and Sequelize ORM
- Host: GitHub
- URL: https://github.com/murage-poc/express-sequelize-rest-api
- Owner: murage-poc
- License: mit
- Created: 2020-02-06T18:16:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T23:43:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T02:04:49.421Z (7 days ago)
- Topics: expressjs, jsonwebtokens, sequelize-orm, typescript-nodejs
- Language: TypeScript
- Homepage: https://github.com/mimidotsuser/sequelize-rest-api-openapi
- Size: 273 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Express JS + Sequelize API Demo
A Typescript Node Js boilerplate project using Express framework, JSON Web token authentication and Sequelize ORM
### Prerequisites
* Ensure you have typescript compiler already setup
* NPM to install dependencies### Quickstart
* You can download and then extract the project or clone the project using:
```
git clone https://github.com/mimidotsuser/express-sequelize-rest-api.git demo
```
* Navigate into the ``demo`` folder created and run ``npm install`` to resolve all the dependencies
* Run ``tsc -w`` to run typescript compiler in watch mode.
* On a new terminal pointing to the demo folder, run ``npm start`` to start nodemon which will launch a server and watch for changesSwagger API Docs can be found in the [docs](docs) folder
### License
[MIT License](LICENSE.md).