Skip to content
/ auth Public

An attempt at programming a good authentication system.

Notifications You must be signed in to change notification settings

abetrs/auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

auth (not done yet).

I tried making an auth system with Node.js, Express.js, JWT, bcrypt, and Vue.js with MongoDB as my database and Mongoose as the ORM. Feel free to look around!

How to get started:

  1. Clone this git repository:
git clone https://github.com/abetrs/auth.git --depth=3
  1. Install the dependencies for both frontend and backend:
cd ./backend
yarn
cd ../frontend
yarn
  1. Run both servers:
cd ./backend
yarn run dev
(in other terminal)
cd ./frontend
yarn run serve

After messing around be sure to give me feedback on how to improve it!

About

An attempt at programming a good authentication system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published