Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Lost Saga RESTful API 2.0

Newbie Spellweaver
Joined
Dec 14, 2022
Messages
5
Reaction score
2
New Lost Saga REST API. More complexity + typesafe

Include :
  • launcher
  • billing getcash
  • billing payment
  • billing present
  • logging to discord via discord webhook

Tech Stack : expressjs + typescript + prisma

Link :
How to use :
  1. Clone repository
  2. Run command
    Bash:
    npm install
  3. Rename env.example to .env
  4. Fill and edit some data inside .env
  5. Fill DATABASE_URL match your database info and then run command
    Bash:
    npx prisma generate
  6. Start the services :
    Bash:
    npm run start:dev
  7. Done
Notes :
  • Launcher key is mixed data from Database (define_launcher_info) and .env, make sure you have already fill all data correctly
  • This is free and prohibited for sale
Preview :

0d6ae327-42f5-4911-8dd3-619b1fce633d - Lost Saga RESTful API 2.0 - RaGEZONE Forums


Thank you!:thumbup:
 

Attachments

You must be registered for see attachments list
Back
Top