Git Product home page Git Product logo

forum's Introduction

启动 mongod

sudo mongod -f /usr/local/bin/mongodb.conf

关闭

mongo 命令下 use admin db.shutdownServer();

实时追踪log

sudo tail -f /usr/local/log/mongodb.log

分析论坛项目

  • 数据库

users 负责用户管理:用户名、密码、头像
messages 负责用户的评论信息:用户名、头像、留言内容、时间

  • 功能

top部分:

未登录:logo,全部说说,注册,登录
已登陆:logo,全部说说,我的说说,用户列表, 欢迎您:xxx; 设置
设置:图像裁切:选图片,裁切图片;退出功能 index页面
登录前:欢迎注册:通过点击按钮跳转到注册页面 欢迎登陆:直接登录
登录后:左边头像,右边:留言框
都有留言列表 我的说说:必须先登录才能查看
用户列表:登录后才可以查看

forum's People

Contributors

wangmeiqi avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.