Project Match
  • Getting Started (Local Server)
  • How to: Make A New Feature
    • Front End Setup
    • React Component Setup
    • Back End Setup
  • API
  • Git Guide
  • Deployment
  • Style Guide
    • Form Styling
    • Text Styling
    • Button Styling
    • Dropdown Styling
  • Git Pull Request Guide
    • Writing a Pull Request
    • Reviewing a Pull Request
Powered by GitBook
On this page
  • First Time Project Set-Up
  • Setting Up MongoDB
  • Running the Local Server

Getting Started (Local Server)

NextHow to: Make A New Feature

Last updated 7 years ago

First Time Project Set-Up

Becoming a super hero is a fairly straight forward process:

git clone https://github.com/chingu-voyage4/Bears-Team-11.git
git remote add upstream https://github.com/chingu-voyage4/Bears-Team-11.git
npm install -g create-react-app
npm install
cd Bears-Team-11/
npm start

Setting Up MongoDB

  • Install . Follow

  • Install (for local copy of mongodb)

Running the Local Server

  • npm run start-server runs the express server on port 8080.

  • Go to your mongodb files (ex with Windows, C:\Program Files\MongoDB\Server\3.6\bin) and start mongod.exe and mongo.exe

  • Start MongoDB Compass

MongoDB Community Server
install instructions
MongoDB Compass