A web app that allows access to super hero data. Users can easily view and manipulate the data as they see fit, all within our custom made client views. The clients communicate with the server, which in turn, communicates with the database.
git clone
- Run the
marvel_heros.sqlscript inside ofsqlDB/to create a local instance of the database- See the
sqlInfo.mdfile for more help
- See the
cd src/servernpm install-
Also create a
.envfile inside theserverfolder with aPORTnumber npm run dev
cd src/clients/vite-react-clientnpm install-
Also create a
.envfile inside thevite-react-clientfolder with aVITE_PORTnumber npm run dev- Open your browser to the now running react app