Releases: krgamestudios/MERN-template
It's Ready!
There's still plenty of stuff that needs doing, but I think I can safely say that I've addressed everything that I need for forking into Egg Trainer.
0.2 - It's Usable!
Well, that's an OK heading, I suppose.
This release introduces the use of JSON web tokens (JWTs) for authentication, as well as a bunch of nifty features for administrators, such as assigning privilege levels to other accounts. You should note that I've separated the account code into a microservice called the auth-server.
I've also began work on documenting this project, including setup tutorials and project structure, all of which can be found in the wiki. There will also be modding tutorials, for those ready to start implementing their own features into the game.
Alpha 1 - Time For Open Testing!
Hello everyone!
It's time for the first alpha test! I'm releasing this code as a tag for other developers to try out, and hopefully improve on it's current design.
It currently lacks any CSS styling - this is by design. I want the final product to be heavily modifiable by the end user.
This isn't the end of the development - in fact, it still lacks some features like the chat server. Here are the features it does have:
- Email validation on signup
- Fully functional account system
- Integration with a news feed microservice
- Administration panel exclusive to admin accounts
- Users have full control over their data
If you have any contributions, please feel free to open a pull request, or file an issue if you find a bug.
Thank you for following the development of the MERN template!