All Projects → zxj963577494 → node-snimay

zxj963577494 / node-snimay

Licence: other
Node.js Example: Express, Mongoose, Express-hbs, JWT

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to node-snimay

nodejs-shopping-cart
NodeJS / Express / MongoDB - Shopping Cart (monolithic app with handlebars)
Stars: ✭ 42 (+223.08%)
Mutual labels:  mongoose, handlebars
passport-examples
A variety of examples using PassportJS with ExpressJS and ReactJS applications
Stars: ✭ 44 (+238.46%)
Mutual labels:  mongoose, handlebars
koa-server
🗄️ GraphQL Back-end Server with Relay, Koa, MongoDB and Mongoose
Stars: ✭ 31 (+138.46%)
Mutual labels:  mongoose
yelp-camp
A Node.js web application project from the Udemy course - The Web Developer Bootcamp by Colt Steele
Stars: ✭ 36 (+176.92%)
Mutual labels:  mongoose
NodeRestApi
Node.js, Express.js and MongoDB REST API App
Stars: ✭ 38 (+192.31%)
Mutual labels:  mongoose
ewallet-rest-api
E-Wallet Rest Api Example. Using Node.js, Express and MongoDB.
Stars: ✭ 89 (+584.62%)
Mutual labels:  mongoose
amiws
Asterisk Management Interface (AMI) to Web-socket proxy
Stars: ✭ 60 (+361.54%)
Mutual labels:  mongoose
storage
Mongoose-like schema validation, collections and documents on browser (client-side)
Stars: ✭ 17 (+30.77%)
Mutual labels:  mongoose
OpenBook-E-Commerce
An e-commerce progressive web application, built with mern stack. It has features like product buy, order management by admin, payment gateway, cart, checkout and lot more.
Stars: ✭ 53 (+307.69%)
Mutual labels:  mongoose
kanban-project-management
Web Application to manage software development projects.
Stars: ✭ 39 (+200%)
Mutual labels:  mongoose
Volt
A painless web server for PocketMine-MP
Stars: ✭ 24 (+84.62%)
Mutual labels:  handlebars
mongoose-slug-plugin
Slugs for Mongoose with history and i18n support (uses speakingurl by default, but you can use any slug library such as limax, slugify, mollusc, or slugme)
Stars: ✭ 21 (+61.54%)
Mutual labels:  mongoose
node-server
(@nestjs refactoring)⚡️My personal website's api server, a RESTful application that powered by @eggjs
Stars: ✭ 17 (+30.77%)
Mutual labels:  mongoose
NodeExpressCRUD
Node, Express, Mongoose and MongoDB CRUD Web Application
Stars: ✭ 45 (+246.15%)
Mutual labels:  mongoose
opentelemetry-ext-js
js extensions for the open-telemetry project
Stars: ✭ 122 (+838.46%)
Mutual labels:  mongoose
jsonresume-theme-modern
Prototyping a theming system based off NPM.
Stars: ✭ 15 (+15.38%)
Mutual labels:  handlebars
fast-relay-pagination
Improve relay pagination performance with find and limit
Stars: ✭ 18 (+38.46%)
Mutual labels:  mongoose
hapi-moon
Hassle-free and production ready hapi.js Server boilerplate
Stars: ✭ 23 (+76.92%)
Mutual labels:  mongoose
Backend-NodeJS-Golang-Interview QA
A collection of Node JS and Golang Backend interview questions please feel free to fork and contribute to this repository
Stars: ✭ 122 (+838.46%)
Mutual labels:  mongoose
boss
React+express+sock.io+mongodb build a boss
Stars: ✭ 25 (+92.31%)
Mutual labels:  mongoose

node-snimay

Build Status Coverage Status

Example

https://snimay.herokuapp.com/

https://snimay.herokuapp.com/signin

user:admin666 password:123456

API Documentation or API Documentation

Quick Start Install

you’ll need Node.js v6 LTS

  1. git clone https://github.com/zxj963577494/node-snimay.git
  2. cd node-snimay
  3. npm install
  4. Start node-snimay
    • Local environment: npm run dev
    • On a server: npm start
  5. Web Application Init
    • Local environment: http://localhost:4000/admin/install
    • On a server: http://localhost:80/admin/install

Usage

config/default.js Or config/production.js

  qiniu: {
    ACCESS_KEY: 'xxxxxxx',
    SECRET_KEY: 'xxxxxxx',
    BUCKET: 'xxxxxxx',
    UPLOAD_ORIGIN: 'http://xxxxxxx.u.qiniudn.com/',
    BROWSE_ORIGIN: 'xxxxxxx'
  },
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].