Backend of Math Arithmetic Skills training application using reactJS. See live site
- User management: registration, login, logout, change password
- User results storage and retrieval
- Top scores board
npm install
- install dependenciesnpm run test
- run testsnpm start
- start the application
- Mongo DB - Database
- Mongoose - Integration with mongo DB
- Passport JS - User authentication
This project is licensed under the MIT License - see the LICENSE.md file for details