Pokemon VGC Tournament Registration Platform
To install this project, you will need to have Docker installed on your machine.
Once you are ready, run docker-compose up
in the root directory of this project to spin up everything
Pokemon VGC Tournament Registration Platform created to learn more about Express and MongoDB.
As of July 2020, I have no plans to actually launch this platform, this was purely a learning experiment; but should a need arise, I will consider it.
Uses nvm for managing node versions for multiple contributors.
Uses MongoDB Atlas as the hosted database, but you could also spin up and configure a MongoDB container with Docker.
Uses the following tools to lint & enforce code style:
- eslint
- prettier
- .editorconfig
To start debugging, run npm run dev
in the root directory of the project.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.