All Projects → ooboqoo → koa-mongo

ooboqoo / koa-mongo

Licence: other
Koa2 + Mongoose + TypeScript Playground

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to koa-mongo

Vue Family Bucket Ssr Koa2 Full Stack Development From Meituan
🚀🚀2020最新Vue全家桶+SSR+Koa2全栈开发☁
Stars: ✭ 100 (+525%)
Mutual labels:  koa, mongoose
Nobibi
一款基于Next.js+mongo的轻量级开源社区(open community by Next.js & mongo)
Stars: ✭ 209 (+1206.25%)
Mutual labels:  koa, mongoose
Koa Vue Fullstack
A lightweight boilerplate for a universal webapp based on koa, mongodb, node, vue, and webpack
Stars: ✭ 126 (+687.5%)
Mutual labels:  koa, mongoose
Timeline Vue
💌基于 Vue -> Koa2 -> Mongoose 的留言时间轴,记录美好时光。
Stars: ✭ 14 (-12.5%)
Mutual labels:  koa, mongoose
react-graphql
react-graphql 快速开发方案
Stars: ✭ 15 (-6.25%)
Mutual labels:  koa, mongoose
Fclub
Vue全家桶+Koa+mongoose全栈开发的单页应用 http://wap.fulun.club
Stars: ✭ 49 (+206.25%)
Mutual labels:  koa, mongoose
Blog Service
blog service @nestjs
Stars: ✭ 188 (+1075%)
Mutual labels:  koa, mongoose
Vue Koa2 Login
基于 token 的登录注册。
Stars: ✭ 275 (+1618.75%)
Mutual labels:  koa, mongoose
koa-session-mongoose
Mongoose store for Koa sessions
Stars: ✭ 29 (+81.25%)
Mutual labels:  koa, mongoose
koa-mongoDB
😊😊Koa and mongoose build services
Stars: ✭ 24 (+50%)
Mutual labels:  koa, mongoose
Kov Blog
A blog platform built with koa,vue and mongoose. 使用 koa ,vue 和 mongo 搭建的博客页面和支持markdown语法的博客编写平台,自动保存草稿。博客地址:https://chuckliu.me
Stars: ✭ 635 (+3868.75%)
Mutual labels:  koa, mongoose
koa-server
🗄️ GraphQL Back-end Server with Relay, Koa, MongoDB and Mongoose
Stars: ✭ 31 (+93.75%)
Mutual labels:  koa, mongoose
Create Graphql
Command-line utility to build production-ready servers with GraphQL.
Stars: ✭ 441 (+2656.25%)
Mutual labels:  koa, mongoose
Cdfang Spider
📊 成都房协网数据分析,喜欢请点 star!
Stars: ✭ 1,063 (+6543.75%)
Mutual labels:  koa, mongoose
Practice
💦 你没有见过的终极实战
Stars: ✭ 283 (+1668.75%)
Mutual labels:  koa, mongoose
Lad
👦 Lad is the best Node.js framework. Made by a former Express TC and Koa team member.
Stars: ✭ 2,112 (+13100%)
Mutual labels:  koa, mongoose
graceful
Gracefully exit server (Koa), database (Mongo/Mongoose), Redis clients, and job scheduler (Redis/Bull)
Stars: ✭ 37 (+131.25%)
Mutual labels:  koa, mongoose
Graphql Demo
🎉Koa + GraphQL + Apollo-Server demo
Stars: ✭ 215 (+1243.75%)
Mutual labels:  koa, mongoose
node-fs
node-fs
Stars: ✭ 55 (+243.75%)
Mutual labels:  koa, mongoose
blog-backend
前后端分离实践----基于Koa2框架博客后端
Stars: ✭ 54 (+237.5%)
Mutual labels:  koa, mongoose

koa-mongo

Koa2 + MongoDB + TypeScript Playground

Get Started

Please make sure the MongoDB service is running before starting the app!

$ npm install
$ npm start

Document

Please refer to the folder doc for more information.

Deploy

For security reason, please put the secret information in config/production.json, i.e.

{
  "dbUrl": "mongodb+srv://<user>:<password>@<cluster>.bqgte.mongodb.net/<dbname>?retryWrites=true&w=majority",
  "jwtSecret": "your-secret-word"
}

This file should be placed when deploying only, then run NODE_ENV=production node dist/app.js.

Dependencies

  • config - organizes hierarchical configurations for your app deployments

  • koa-jwt - Koa middleware for validating JSON Web Tokens

Body Parsing

DevDependencies

  • nodemon - Monitor for any changes in your node.js application and automatically restart the server - perfect for development
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].