Skip to content

Cemalkaralar/typescript-week7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A GAMER should be able to: Submit a score for a game with a nickname View the highscores for a game List the available games

An ADMIN should be able to: Delete an entry Add a new game

You should be able to create a leaderboard for a game.

Week 7: Backend

Requirements

A GAMER should be able to:

  • Submit a score for a game with a nickname
  • View the highscores for a game
  • List the available games

An ADMIN should be able to:

  • Delete an entry
  • Add a new game

You should be able to create a leaderboard for a game.

Getting startd

Install dependecies and run the development server.

npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.1%
  • TypeScript 38.0%
  • Shell 0.9%