All Projects → wujiabk → Zhaopinapp

wujiabk / Zhaopinapp

一个基于react16,redux,react-router4,antd-mobile,axios及node,express,mongodb实现的全栈招聘类webapp项目。

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Zhaopinapp

Mern Login Signup Component
Minimalistic Sessions based Authentication app 🔒 using Reactjs, Nodejs, Express, MongoDB and Bootstrap. Uses Cookies 🍪
Stars: ✭ 74 (-26%)
Mutual labels:  mongodb, express
Fullstack Shopping Cart
MERN stack shopping cart, written in TypeScript
Stars: ✭ 82 (-18%)
Mutual labels:  mongodb, express
Typerx
A lightweight typescript annotation rest based extra (express、 mongoose、 angular、zorro、ng-alain ...).
Stars: ✭ 76 (-24%)
Mutual labels:  mongodb, express
Mern Stack Authentication
Secure MERN Stack CRUD Web Application using Passport.js Authentication
Stars: ✭ 60 (-40%)
Mutual labels:  mongodb, express
Vue Node Mongodb
vue+express+mongodb+阿里云部署上线, 前后端分离博客
Stars: ✭ 88 (-12%)
Mutual labels:  mongodb, express
Habitica
A habit tracker app which treats your goals like a Role Playing Game.
Stars: ✭ 8,702 (+8602%)
Mutual labels:  mongodb, express
Cheatsheets
JavaScript and Node.js cheatsheets
Stars: ✭ 1,191 (+1091%)
Mutual labels:  mongodb, express
Express Mvc Boilerplate
A simple mvc boilerplate for express.js (gulp + expressjs + nodemon + browser-sync)
Stars: ✭ 46 (-54%)
Mutual labels:  mongodb, express
Boilerplate Vue Apollo Graphql Mongodb
Start your magical stack journey!
Stars: ✭ 85 (-15%)
Mutual labels:  mongodb, express
Angular Full Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Stars: ✭ 1,261 (+1161%)
Mutual labels:  mongodb, express
Eva
🐳🐬Eva : 优雅,简约的完整博客项目 [前后端] (Eva: A concise, simple Blog Project. [FD/BD]) 🐋
Stars: ✭ 57 (-43%)
Mutual labels:  mongodb, express
Fontend
使用Node、Vue、ElementUI、iViewUI,验证码等等搭建一个综合性网站(含后台管理系统)
Stars: ✭ 97 (-3%)
Mutual labels:  mongodb, express
Icinema
A Full Stack MERN app with CRUD operations for theatres where users can search for movies that are available and admin can add a movie to the list and much more.
Stars: ✭ 51 (-49%)
Mutual labels:  mongodb, express
Mean Stack Angular6 Crud Example
MEAN Stack Angular 6 CRUD Web Application
Stars: ✭ 69 (-31%)
Mutual labels:  mongodb, express
Aclify
🔒 Node Access Control Lists (ACL).
Stars: ✭ 49 (-51%)
Mutual labels:  mongodb, express
Polled.win
📊 Real time polling
Stars: ✭ 76 (-24%)
Mutual labels:  mongodb, express
Goeat Api
Rest API for a food delivery application - Built with Express, Postgres, Redis, MongoDB and Nodemailer
Stars: ✭ 36 (-64%)
Mutual labels:  mongodb, express
Mean Angular4 Chat App
MEAN stack with Angular 4 Chat App
Stars: ✭ 41 (-59%)
Mutual labels:  mongodb, express
Authenticationintro
Stars: ✭ 82 (-18%)
Mutual labels:  mongodb, express
Hobbies
Keeping track of your hobbies
Stars: ✭ 90 (-10%)
Mutual labels:  mongodb, express

全职招聘-WEBAPP

项目介绍

项目是一个招聘类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         // 数据库配置
    │   ├── userRoute.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
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].