karenbstewart / full_stack_js_games

A full-stack app producing a games list, with persistency using mongodb, React and express. Using CRUD command to interact with the data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Games Hub

Games Hub is a full stack JavaScript application with an Express server and MongoDB database.

Getting Started

These instructions will get the project up and running on your local machine for development purposes.

Installing

Install dependencies in both the client and the server folders:

cd client
npm install

cd server
npm install

Seed the database. Within the server folder:

npm run seeds

Run express (leave running in a terminal window). Within the server folder:

npm run server:dev

Run React development environment (leave running in a terminal window). Within client folder:

npm start

Using

The application is running on port 3000 so visit http://localhost:3000/.

About

A full-stack app producing a games list, with persistency using mongodb, React and express. Using CRUD command to interact with the data.


Languages

Language:JavaScript 74.9%Language:HTML 16.3%Language:CSS 8.8%