GameSpotBlog is a gaming blog designed by gamers, for gamers. This site allows users to view and submit posts about their favorite video games into some of the most popular gaming genres specified. Users can also comment on other peoples posts, as well as view their own personalized dashboard listing all of their posts upon creating an account and signing in.
-
Dependencies/Packages
- Node.js
- Express.js
- MySQL2
- Sequelize
- dotenv
-
Git clone the repo from Github
-
Navigate to the folder and run
npm install
in your terminal. -
Be sure to include your MySQL user/password information in .env file.
-
Database Connection
mysql -u root -p
source db/schema.sql
npm run seed
[To seed the file]
-
Run the app
npm start
[To start the server] and navigate to http://localhost:3001/ in your browser OR Use Insomnia Core
-
[LiveHerokuLink] (https://tranquil-tor-89831.herokuapp.com/)
This project is licensed under ISC
There are no tests for this application.