Loginster is a login system with many features, including RestAPI. Developed using Express.js, MongoDB and Node.js
- Front-end 😑
- User creation
- Roles for users
- Ability to change user data
- Ability to reset the password
- Ability to delete your account
- Securing routes for the logged-in
- Securing routes for selected user roles
# Clone repository
git clone https://github.com/snuk0/loginster.git
# Move into directory
cd loginster
# Install dependecies
npm install# Set variables in .env.example
# Start in development mode
npm start
# Start in production mode
npm run start:prod