Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 818 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 818 Bytes

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