Skip to content

Loginster is a login system with many features, including RestAPI. Developed using Express.js, MongoDB, Node.js

Notifications You must be signed in to change notification settings

jozefwitek/loginster

Repository files navigation

Loginster

Loginster is a login system with many features, including RestAPI. Developed using Express.js, MongoDB and Node.js

Features

  • 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

Installation

# Clone repository
git clone https://github.com/snuk0/loginster.git

# Move into directory
cd loginster

# Install dependecies
npm install

Usage

# Set variables in .env.example

# Start in development mode
npm start

# Start in production mode
npm run start:prod

License

MIT

About

Loginster is a login system with many features, including RestAPI. Developed using Express.js, MongoDB, Node.js

Topics

Resources

Stars

Watchers

Forks