All Projects → nusendra → expressjs-typescript-course

nusendra / expressjs-typescript-course

Licence: other
Expressjs + TypeScript + Sequelize for Nusendra.com Youtube channel

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to expressjs-typescript-course

express-crud-router
Simply expose resource CRUD (Create Read Update Delete) routes for Express & Sequelize. Compatible with React Admin Simple Rest Data Provider
Stars: ✭ 109 (+395.45%)
Mutual labels:  sequelize
node-sequelize
nodejs使用sequelize的api测试应用
Stars: ✭ 29 (+31.82%)
Mutual labels:  sequelize
sequelize-slugify
Sequelize Slugify is a plugin for the Sequelize ORM that automatically creates and updates unique, URL safe slugs for your database models.
Stars: ✭ 49 (+122.73%)
Mutual labels:  sequelize
node-crudapi-ts
CRUD boilerplate for create Node Restful API's with Express Framework and Sequelize ORM written in Typescript.
Stars: ✭ 41 (+86.36%)
Mutual labels:  sequelize
graphql-sequelize-generator
A Graphql API generator based on Sequelize.
Stars: ✭ 20 (-9.09%)
Mutual labels:  sequelize
mall-by-react
一个react商城客户端和egg服务端
Stars: ✭ 22 (+0%)
Mutual labels:  sequelize
z
基于 MidwayJS(EggJS) + TypeScript 的多模块应用 [ NodeJS 版 ]
Stars: ✭ 122 (+454.55%)
Mutual labels:  sequelize
rest-api-node-typescript
This is a simple REST API with node and express with typescript
Stars: ✭ 154 (+600%)
Mutual labels:  sequelize
node-express-clean-architecture
A modular folder structure for developing highly scalable and maintainable APIs in nodejs using express.
Stars: ✭ 41 (+86.36%)
Mutual labels:  sequelize
Project04-C-Whale
🐋할고래Do - Whale 확장 앱 API를 이용한 할일관리 웹, 앱 서비스
Stars: ✭ 26 (+18.18%)
Mutual labels:  sequelize
Express-REST-API-Generator
Express REST API Generator is an Express Based API skeleton. A template for starting projects with express as an API. This project can be used for creating a RESTful API using Node JS, Express as the framework, Mongoose to interact with a MongoDB instance and Sequelize for support of SQL compatible databases. Mocha is also used for running unit …
Stars: ✭ 100 (+354.55%)
Mutual labels:  sequelize
nodejs-integration-testing
Integration testing of a Node.js / Express.js / Sequelize app
Stars: ✭ 23 (+4.55%)
Mutual labels:  sequelize
hapi-react-fullstack-boilerplate
Hapi, Sequelize, React, etc.
Stars: ✭ 21 (-4.55%)
Mutual labels:  sequelize
sequelize-connect
A simple connection wrapper for the sequelize ORM, making it easier to configure and build models & connections.
Stars: ✭ 37 (+68.18%)
Mutual labels:  sequelize
sequelize-sscce
Base repository for creating and sharing Sequelize SSCCEs
Stars: ✭ 32 (+45.45%)
Mutual labels:  sequelize
pg-search-sequelize
Postgres full-text search in Node.js and Sequelize.
Stars: ✭ 31 (+40.91%)
Mutual labels:  sequelize
sequelize-db-export-import
Generater models from mysql db or import tables from models files
Stars: ✭ 26 (+18.18%)
Mutual labels:  sequelize
typescript-orm-benchmark
⚖️ ORM benchmarking for Node.js applications written in TypeScript
Stars: ✭ 106 (+381.82%)
Mutual labels:  sequelize
masterclass-nodejs-sql
Código produzido durante o vídeo "Masterclass #01 - SQL no Node.js com Sequelize" no Youtube 🔥
Stars: ✭ 156 (+609.09%)
Mutual labels:  sequelize
sequelize-paper-trail
Sequelize plugin for tracking revision history of model instances.
Stars: ✭ 90 (+309.09%)
Mutual labels:  sequelize

expressjs-typescript-course

Expressjs + TypeScript + Sequelize for Nusendra.com Youtube channel

Playlist youtube https://www.youtube.com/playlist?list=PLnQvfeVegcJZHhImGvDpnp0P725Ykx4Qt

How to

  1. git clone https://github.com/nusendra/expressjs-typescript-course.git
  2. yarn or npm install
  3. Open 2 terminals
  4. Terminal 1 yarn ts to compile the TypeScript into JS File (watch mode).
  5. Terminal 2 yarn dev to run the app.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].