Table of Contents
- Web application initially made for CMSC335 Final Project.
- Users can select 6 pokémons for their team and save the team as an image. Each user's team is stored in a database. Users can view all submissions in the archive and view individual pokémon info.
- The application can be viewed at https://www.poketeam.tk/.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/picklejason/poketeam.git
- Install NPM packages
npm install
- Create and set
.env
variablesMONGO_DB_URI = "mongodb_uri" MONGO_DB_NAME = "db_name" MONGO_COLLECTION = "collection"
In order to run the app, run its app.js file:
node app.js
Then, open http://localhost:3000 in a browser.
Distributed under the MIT License. See LICENSE.txt
for more information.
Jason Chen - jasonchen0429@gmail.com
Project Link: https://github.com/picklejason/poketeam