A free site to learn and try different databases.
Installation
- Fork the repository. If you're new to github refer to this guide.
- Download the fork into your local machine.
- Install required node modules with
npm i
. - Create new .env file, it should look like env.example but with valid credentials instead of
***
. Ask for passwords and api keys on our chat. - Start server with
npm run start:dev
and register a new user.
Phase 1: Modules (helper function)
Phase 2: Functions that power user interactions
Phase 3: API to power user interactions (backend)
Phase 4: UI (aka frontend) We are here!