Capstone project developed for the Flatiron Software Engineering BootCamp.
My motivation for this project was to allow my friends and I to stay in touch through our common love of video games. Through this app we are able to see an overview of all our planned events, update our game librarys, and add game nights to everyone's calanders. This application helps facilitate planning these events through clearly labeled and animated features, creating a very user friendly experience.
This project was bootstrapped with React
The sever side client was created using Node.js, Express and MongoDB
For Video Game look up and information RAWG.io
To display events on a calender Fullcallender.io
To create and reuse custom styled components Styled-Components
Link to frontend here
In the project directory, you can run:
Runs the api server on port 5000 unless otherwise specified through a PORT located in a .env file.
Open http://localhost:3000 to view it in the browser.
Starts the api server in developement mode, through the use of the nodemon package on port 5000 unless otherwise specified through a PORT located in a .env file.
MongoDB was used in the developement of this api. A mongo database will need to be connected through the DB_CONNECT variable located in a .env file.
The server will pause and start if you make edits.
You will also see any errors in the console.