Skip to content

gus3000/pokedex

Repository files navigation

Pokedex3000 Node.js CI

This is a simple Pokedex app, attempting to mirror https://www.pokemon.com/us/pokedex/.

Dependencies

You just need docker-compose and npm, and you should be good to go.

Initialize the project

To initialize the project, first install all the dependencies :

npm install

then create the database :

npm run dbcreate

then simply start the project :

npm start

Start the project

npm start automatically starts the database, so next time you want to start the project, you only have to call it. You can also bring the database down manually with :

docker-compose down

About

A simple, hopefully clean, pokedex webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published