Skip to content

Drako9159/dies.games.types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dice Game Backend

  • This is the backend for a dice game implemented using object-oriented programming with TypeScript. It provides a secure API using JSON Web Tokens (JWT) for authentication and utilizes the bcrypt library for password hashing. The server is built with Express.

Features

  • Implementation of object-oriented programming with TypeScript.
  • Secure API with JWT-based authentication.
  • Password protection using bcrypt.
  • Server developed with Express.

Set up the environment variables. Create a .env file in the project's root directory and provide the following values:

JWT_SECRET=secret_to_sign_tokens
PORT=
MONGODB_URI=

License

This project is licensed under the MIT License. Refer to the LICENSE file for more details.

Author

@drako9159

About

project dice game backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published