Skip to content

My DC vs Marvel WebApp , a side project to keep practicing Javascript/React with Backend. Still in progress

Notifications You must be signed in to change notification settings

GeorgeTegos/SuperHeroes_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

SuperHeroes_Game

This Project is a Trump Card game based on Marvel and DC comics universe. The Project is still in progress.

To run this App you will need to have a local mongodb compass database Connect to your mongodb (mongodb://localhost:27017)

For the root folder follow those commands:

cd client
npm install
cd ../server
npm install
npm run seeds
cd ..

Open a new terminal from the root folder

cd server
npm run dev

Open a new terminal from the root folder

cd client
npm run dev

You can then access the page by browser, visiting the url http://localhost:5173/

About

My DC vs Marvel WebApp , a side project to keep practicing Javascript/React with Backend. Still in progress

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published