Skip to content

nicutimofte/React-Express-MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Express

Fullstack app with React+Flux, Express and MongoDB

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

First, you need to install node. You can download from here. Then you need to download and install MongoDB.

Installing

Install dependencies (in the app root directory)

npm install

Start MongoDB (assume that you have installed MongoDB to C:\Program Files

cd C:\Program Files\MongoDB\Server\3.4\bin
./mongod

Connect to MongoDB.

./mongo

Run the app (in the app root directory)

gulp serve

###Big Picture Overview

Back-End Web Application

Front-End Website

  • React displays content quickly
  • React boostrapts easily to server-generated HTML code
  • AJAX requests via jQuery
  • Browserify used to manage dependencies

alt tag

About

Fullstack app with React+Flux, Express and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors