Project 3 -Team OverReactors
When you don't know what to do today or tonight, let the app send you some where interesting and fun.
The Create your Date App is where you can come and select some data that will let the app arrive to a random date built just for you .
These instructions will get you a copy of the project Date Create up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need:
- code editing Visual Studio
- work bench ui robo3t
- PostMan Postman
Open your Code editing software (example Visual Studio)
Open the "Terminal" in studio
perform a git clone https://github.com/habibtaghavi08/DateCreate.git
After having the files cloned into your Studio, I would perform a
- "Save Workspace AS" to have a workspace to come back to.
- Next you will need to install your code's Dependencies
- This will capture all the items in your package.json file
See below on how to perform the install.
npm i
You will be installing the following npm packages:
- express
- express-handlebars
- @bearer/node-agent
- axios
- bootstrap
- dotenv
- express
- if-env
- mongoose
- object-assign
- query-string
- react
- react-bootstrap
- react-dom
- react-iframe
- react-player
- react-rating
- react-router-dom
- redux
- use-react-router
- video-react
Next open robo3t and create a new "connection"
- create a user name
- set up a pass word
Now you will want to run the web site locally.
This will open your terminal in your "Root" folder and allow you to run the server "you may have done this already to get your "npm i " completed
npm start or yarn start
With this react application it should start automatically, so wait for the lines below to show.
Starting the development server...
Parser: true } to MongoClient.connect.
[0] � ==> API Server now listening on PORT 3001!
We deployed with Heroku using the the app mLab
- React - The web framework used
- Font Awesome - Icon and font
- Node.js - javascript, orm, connection and server.js files
- Biteable - video creation for the front page
- React Bootstrap - style and components use
- Dannielle Taylor - Front-end, graphics, and backend - d-taylor6403
- Mike Lusso - Front-end, and some backend - Mlusso06
- Travis Bunn - Front-end, styling - drtravis4
- Celeste Lewis - Back-end, graphics, and some front-end - cdlewis42
- Seyed Habib Taghavi - Project leader, Repo owner, front-end, and some backend -habibtaghavi08
This project was part of the Vanderbilt coding Bootcamp - click Vanderbilt for details and how you can enroll.
- Thanks to our Class instructor, and the TAs that have helped define and layout the expectations for the assignment.
