Skip to content

JefersonMolinari/F1-fantasy-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

F1-fantasy-simulator

Getting started

  • Make sure you have nodejs & yarn installed on your machine.

Installation

  1. In a terminal, clone this repository and navigate to project directory cd F1-fantasy-simulator.
  2. To install all necessary packages, simply run the utility file node yarn-install.js. This file will look for package.json files recursively and install the dependencies on each folder of the project where a package.json file is present.
  3. After that you should be ready to startup the project. Open two terminal instances at the project root level, then run:
    1. cd server && yarn start in one terminal instance to start the server at port 9000.
    2. cd client && yarn start at the the other terminal instance to start the client at port 3000. A new browser tab should be open automatically.

Progress:

  • Build MongoDB
    • Populate database
  • Create Express.js Server
    • Fetch data from MongoDB
  • Create Simple React.js App
    • Built simple UI to display data table
    • Connect to Express server to fetch data
  • Design UX/UI
    • Project wireframe
    • High fidelity prototype
  • Create New UI

TODO

  • Document project structure.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published