All Projects → typeorm → babel-example

typeorm / babel-example

Licence: other
Example how to use TypeORM with JavaScript + Babel.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to babel-example

premiere
A simple way to consume APIs with Javascript.
Stars: ✭ 67 (+31.37%)
Mutual labels:  javascript-orm
nest-rest-typeorm-boilerplate
🍱 backend with nest (typescript), typeorm, and authentication
Stars: ✭ 142 (+178.43%)
Mutual labels:  typeorm
microservice-template
📖 Nest.js based microservice repository template
Stars: ✭ 131 (+156.86%)
Mutual labels:  typeorm
serverless-nestjs-typeorm
Example how to nestjs using the serverless framework with TypeORM
Stars: ✭ 99 (+94.12%)
Mutual labels:  typeorm
uni-pushy-server
upushy 热更新后端。https://upushy.yoouu.cn/
Stars: ✭ 30 (-41.18%)
Mutual labels:  typeorm
server
Core server in the Alkemio platform, offering a GraphQL api for interacting with the logical domain model.
Stars: ✭ 20 (-60.78%)
Mutual labels:  typeorm
nestjs-api-mongoose
Collection example apps with NestJS and Typeorm, Sequelize, Mongodb, PostgreSQL, MySQL, GraphQL, Mercurius, etc. for the NestJS community 😻
Stars: ✭ 153 (+200%)
Mutual labels:  typeorm
angular-react-microfrontend
🚧 React vs Angular ? Why not both ! Micro frontend demo using Angular and React alongs with a NodeJS API
Stars: ✭ 17 (-66.67%)
Mutual labels:  typeorm
nest-convoy
[WIP] An opinionated framework for building distributed domain driven systems using microservices architecture
Stars: ✭ 20 (-60.78%)
Mutual labels:  typeorm
ecoleta-api
♻ API of an application to help people find collection points for recycling, made with express, typescript and typeorm - Next Level Week
Stars: ✭ 16 (-68.63%)
Mutual labels:  typeorm
bookshelf
My GraphQL playground
Stars: ✭ 64 (+25.49%)
Mutual labels:  typeorm
sf-midway-admin
🚀 基于MidwayJs + TypeScript + TypeORM + Redis + MySql + Vue2 + Element-UI编写的一款简单高效的前后端分离的权限管理系统
Stars: ✭ 93 (+82.35%)
Mutual labels:  typeorm
prime-nestjs
A production-ready NestJS boilerplate using Typescript, Postgres, TypeORM, and Docker.
Stars: ✭ 140 (+174.51%)
Mutual labels:  typeorm
lynx
Opinionated Framework built on top of NestJS and TypeORM
Stars: ✭ 44 (-13.73%)
Mutual labels:  typeorm
IssueTracker-40
Github IssueTracker Clone Project
Stars: ✭ 18 (-64.71%)
Mutual labels:  typeorm
nestjs-api-example
NestJS Example
Stars: ✭ 60 (+17.65%)
Mutual labels:  typeorm
Wern-Fullstack-Template
React, Next.js, MaterialUI, Styled-Components, TypeGraphQL, URQL, ApolloServer (express), TypeORM, PostgreSQL, Node.js, TypeScript
Stars: ✭ 173 (+239.22%)
Mutual labels:  typeorm
nestjs-starter
🚀 Nest framework starter
Stars: ✭ 30 (-41.18%)
Mutual labels:  typeorm
sf-nest-admin
🚀 基于NestJs + TypeScript + TypeORM + Redis + MySql + Vue2 + Element-UI编写的一款简单高效的前后端分离的权限管理系统
Stars: ✭ 125 (+145.1%)
Mutual labels:  typeorm
node-ts-api-base
REST API boilerplate made with Express + NodeJS
Stars: ✭ 87 (+70.59%)
Mutual labels:  typeorm

Example how to use TypeORM with JavaScript + Babel

  1. clone repository
  2. run npm i
  3. edit ormconfig.json and change your database configuration (you can also change a database type, but don't forget to install specific database drivers)
  4. run npm start
  5. enjoy!

How to use CLI?

  1. install typeorm globally: npm i -g typeorm
  2. run typeorm -h to show list of available commands
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].