React hook + Nodejs + Express + MongoDB + Heroku
- CS 5610 Project 3 and Final Project
- Project Objective: Apply the concepts learned in class by building a basic fullstack application with React-hook, Nodejs, Express, javascript and MongoDB. Deploy on Heroku.
- Class Link: https://johnguerra.co/classes/webDevelopment_spring_2021/
- Professor: John Alexis Guerra Gómez
- Here to Enjoy
- Demo Video
$ git clone git@github.com:KKDJOSEPH/Game_Review.git
$ yarn install
$ cd front
$ yarn install
$ yarn build
$ cd ../
$ yarn start
- React-hook
- MongoDB
- Node v14.15.4
- Main folders:
- auth: Authentication files: routes and encryption functions
- db: Connections to databases and other operations.
- front: front end files
- routes: Backend javascript files.






