28 lines
1.1 KiB
Markdown
Executable File
28 lines
1.1 KiB
Markdown
Executable File
# B-TetaRdPG
|
|
## Description
|
|
Here is the BACKEND part of TetaRdPG project.
|
|
It's an basic RPG game.
|
|
You can make fight againest monster ... and more !
|
|
|
|
## Installation & Start
|
|
(Don't forget to use F-TetaRdPG project with)
|
|
1. git clone https://github.com/Tetardtek/B-TetaRdPG.git
|
|
2. cd B-TetaRdPG
|
|
3. Create your own .env file (use env.sample for example)
|
|
4. npm i
|
|
5. You have to use npm run db:migrate && npm run db:seed (to create you own DB project)
|
|
6. npm run dev
|
|
|
|
## License
|
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
|
|
|
## Technology
|
|
- [Node.js](https://nodejs.org/) - A JavaScript runtime built on Chrome's V8 JavaScript engine.
|
|
- [Express](https://expressjs.com/) - A fast, unopinionated, minimalist web framework for Node.js.
|
|
- [MySQL](https://www.mysql.com/) - An open-source relational database management system.
|
|
- [Jsonwebtoken](https://jwt.io/introduction) - JSON Web Token implementation for Node.js.
|
|
|
|
|
|
## Contact
|
|
[](https://discord.com/users/235413280103858176)
|