/happy-team-games

Fewlines ecommerce project

Primary LanguageTypeScript

Video-games templating

Usage

Git and Heroku

Change remotes from this project to match yours!

Setup the app

asdf install
yarn install

⚠️⚠️ Don't forget to add your .env file!

PORT=8080
MONGODB_URI=*****************************************

Use the app

# development environment
yarn dev

Database utilities

# Drop all tables
yarn db:drop

# Seed database
yarn db:seed

# Reset database (drop + seed)
yarn db:reset

Enpoints

In web browser

Rest client

  • GET /platforms
  • GET /platforms/:slug
  • GET /games/
  • GET /games/:slug