blupie01 / hackathon-react-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RCB Hackathon Create-React-App & Mongoose Cli Demo

Description: This is a simple application built with create-react-app & mongoose cli to demonstrate the quick set up and prototyping.

You can find links to create-react-app & mongoose cli below:

Setup Directions:

1. clone repo
2. cd into hackathon project
3. npm install or yarn add  
4. npm start
5. cd into client
6. npm start
7. Check localhost:3000 in browser

Mongoose Model set up directions

mongoose init

mongoose generate model expert first:string last:string position:string img:string linkedin:string github:string twitter:string bio:string

update seedfile.js to utilize data.json

mongoose seed

About


Languages

Language:JavaScript 77.6%Language:CSS 16.0%Language:HTML 6.5%