Skip to content

garageScript/databases

Repository files navigation

Learn Databases

A free site to learn and try different databases.

Installation

  1. Fork the repository. If you're new to github refer to this guide.
  2. Download the fork into your local machine.
  3. Install required node modules with npm i.
  4. 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.
  5. Start server with npm run start:dev and register a new user.

Production Phases

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!