The legacy code for Ambition, before the Rust rewrite.
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Abdulmujeeb Raji e08adc96ae feat(backend): Create Users and Get JWT
Introducing a unified signup and login API. You can post to the /user
route with credentials (so far just name and password), and if the user
doesn't exist, we create the user and return a token. If the user does
exist, if the password inputted matches the database password, we return
a token for that user, else we return an error.

i've never wanted to kms more during a programming session
2023-07-26 21:16:25 +01:00
backend feat(backend): Create Users and Get JWT 2023-07-26 21:16:25 +01:00
frontend feat(frontend): Basic Player Init 2023-07-23 09:20:48 +01:00
LICENSE Initial commit 2023-07-18 10:49:00 +01:00
README.md docs: update styling 2023-07-22 22:24:38 +01:00

Go forth and realise your...

Ambition

About

Ambtion is a fast-paced, text-based multiplayer role-playing game.

Credits

License

See LICENSE for a copy of the Apache License 2.0