GithubHelp home page GithubHelp logo

66web / react-antd-zhaoping Goto Github PK

View Code? Open in Web Editor NEW
19.0 2.0 3.0 254 KB

react + redux + antd-mobile + nodejs + express + mongodb 全栈招聘项目

JavaScript 97.29% HTML 1.58% CSS 1.13%
react16 react-router4 redux antd-mobile nodejs express mongodb es6

react-antd-zhaoping's Introduction

This project was bootstrapped with Create React App.

项目介绍

  • 项目是一个招聘类webapp,后端使用express,mongodb完成接口开发;前端使用react全家桶及系列中间件处理数据,UI主要使用Antd-Mobile。

  • 项目主体功能:注册->登录-完善信息->牛人与BOss列表->聊天列表->聊天->个人中心

使用技术栈

  • 前端 creact-react-app react16 redux react-redux redux-thunk react-router4 prop-types axios browser-cookies antd-mobile
  • 后端 node express mongoose utility cookie-parser body-parser

项目目录

.
├── README.md
├── config               // 开发环境的配置
├── public
│   ├── index.html       // 项目页面入口文件
├── package.json         // 项目配置文件
├── scripts              // npm scrips 命令配置
├── server               // 后端配置
│   ├── server.js        // 服务启动文件
│   ├── model.js         // 数据库配置
│   ├── user.js          // 接口配置    
├── src
│   ├── static           // 公用资源
│   ├── components       // 所有组件
│   ├── container        // 所有页面
│   ├── redux            // redux管理
│   ├── http.js	         // axios配置
│   ├── index.js         // 入口文件
│   ├── util.js          // 功能函数封装
│   └── reducer.js       // 所有reducer合并

运行项目

  • 环境依赖 项目运行前须要安装NodeJs&MongoDB,Mongo端口为27017,express服务器端口9093,访问地址为:localhost

  • 运行项目 首先需要使用命令行工具CD到根目录,按顺序执行如下命令

    第一个窗口用于拉取依赖&启动服务器 npm install //拉取依赖 node server/server.js //启动服务

    第二个窗口用于启动MongoDB 全局直接执行命令 Mongo

    第三个窗口用于启动项目 npm run start

react-antd-zhaoping's People

Contributors

66ljq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.