All Projects → zhentaoo → coconut

zhentaoo / coconut

Licence: other
expressjs,博客网站,websocket聊天室,mongodb

Programming Languages

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

Projects that are alternatives of or similar to coconut

next
不再维护,请直接查看 https://github.com/notadd/notadd
Stars: ✭ 15 (-34.78%)
Mutual labels:  expressjs
node-js-project-structure
No description or website provided.
Stars: ✭ 21 (-8.7%)
Mutual labels:  expressjs
ng-nest-cnode
Angular 10 Front-End and Nestjs 7 framework Back-End build Fullstack CNode
Stars: ✭ 17 (-26.09%)
Mutual labels:  expressjs
pevn-starter
A basic example of how to use VueJS, Express and PostgreSQL in conjunction.
Stars: ✭ 53 (+130.43%)
Mutual labels:  expressjs
express-boilerplate
ExpressJS boilerplate with Socket.IO, Mongoose for scalable projects.
Stars: ✭ 83 (+260.87%)
Mutual labels:  expressjs
schematics
Schematics for adding Okta Auth to your projects
Stars: ✭ 60 (+160.87%)
Mutual labels:  expressjs
nodejs-simple-restfull-with-express
⚡ ExpressJS Rest API Sample
Stars: ✭ 19 (-17.39%)
Mutual labels:  expressjs
media-scanner
A service used with CasparCG Server software for scanning media located on the server. Queried with query and thumbnail commands through CasparCG Server using AMCP.
Stars: ✭ 25 (+8.7%)
Mutual labels:  expressjs
mongo-crud
CRUD API built with MongoDB and Express
Stars: ✭ 18 (-21.74%)
Mutual labels:  expressjs
Online-Examination-System
Technologies : React js, Node js, Express js, Mongo Db, Ant Design, Redux js Key features: 1. User management 2. Modular code 3. Permission management 4. Persistent answers on page refresh in the test portal 5. Examination results using graphs 6. Results can directly be downloaded as excel sheet 7. Feedback system
Stars: ✭ 37 (+60.87%)
Mutual labels:  expressjs
i18n-demo
A simple i18n demo app with Angular and expressjs
Stars: ✭ 12 (-47.83%)
Mutual labels:  expressjs
dhiwise-nodejs
DhiWise Node.js API generator allows you to instantly generate secure REST APIs. Just supply your database schema to DhiWise, and a fully documented CRUD APIs will be ready for consumption in a few simple clicks. The generated code is clean, scalable, and customizable.
Stars: ✭ 224 (+873.91%)
Mutual labels:  expressjs
web-speech-demo
Learn how to build a simple text-to-speech voice app for the web using the Web Speech API.
Stars: ✭ 19 (-17.39%)
Mutual labels:  expressjs
main
Share your personal pronouns and stay updated on your friends' pronouns. Pronouny allows you to update your pronouns and send alerts to your friends.
Stars: ✭ 37 (+60.87%)
Mutual labels:  expressjs
probook-server
Backend for probook social media app using Nodejs, mongodb, express, jwt etc. Frontend is React, redux, material ui.
Stars: ✭ 17 (-26.09%)
Mutual labels:  expressjs
book-store
Example of a book store management with MEAN STACK
Stars: ✭ 23 (+0%)
Mutual labels:  expressjs
express-expeditious
flexible caching middleware for express endpoints
Stars: ✭ 42 (+82.61%)
Mutual labels:  expressjs
node-express-postgresql
Node, Express and PostgreSQL
Stars: ✭ 50 (+117.39%)
Mutual labels:  expressjs
mini-express-boilerplate
A minimal Express boilerplate with passport user authentication, mongoose and some security setup configured
Stars: ✭ 15 (-34.78%)
Mutual labels:  expressjs
todo-list
A practical web application built with Node.js, Express, and MySQL for you to readily record, view, and manage your tasks with an account: Create, view, edit, delete, filter, and sort expenses are as easy as pie 🥧
Stars: ✭ 18 (-21.74%)
Mutual labels:  expressjs

N-Blog

网站的技术结构

运行说明

  1. npm install -g node-dev 安装node-dev,方便开发
  2. 在src/config 目录下新建 admin.js,在登陆后台时会用到
      module.exports = {
        name : 'xxx',
        pwd: 'xxxxxxx'
      }
    
  3. 安装mongodb,并启动
  4. npm start启动项目

网站的几个基础功能:

  • 第三方登录接入

    • weibo 登录接入
  • 在线聊天功能

    • 登录后可以在公共频道发言
  • 博客功能

    • 后台文章发布
    • 前台文章倒叙展示,limit 15
    • 前台文章分类:类别,每个类别下的列表

效果展示

  • 博客首页
  • 聊天功能

想说的话

  1. 这是一个纯技术性的个人博客,旨在学习nodejs,提高自己的综合能力
  2. 本人会把一些技术文章学习心德发布到这里,大家没事可以来吐槽/学习一下
  3. 有人愿意交流的话,可以访问网站,下面有QQ群可以加入
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].