https://github.com/noahc3/pokequery
COMP3380 Term Project
https://github.com/noahc3/pokequery
Last synced: 2 months ago
JSON representation
COMP3380 Term Project
- Host: GitHub
- URL: https://github.com/noahc3/pokequery
- Owner: noahc3
- Created: 2021-12-20T20:49:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T03:09:54.000Z (over 3 years ago)
- Last Synced: 2025-03-21T01:14:40.403Z (about 1 year ago)
- Language: JavaScript
- Size: 30.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Running the PokeQuery source code
If for some reason the website at https://pokequery.noahc3.ml cannot be accessed, you can run the source code here.
* Install NodeJS from https://nodejs.org/en/
* Open a terminal in this folder
* Run 'npm install' once
* Run 'npm start' to start a webserver to serve the website
* Node should automatically open your browser to the page, but if it doesn't it should be at http://localhost:3000 (check console to confirm).
You can find the SQLite database file in the public folder.