Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 603 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 603 Bytes

Next.js + JWT + MONGODB Authentication

This application is designed to help new users understand separate backend authentication in Next JS.

Frontend was made not to miss the SSR(Server Side Rendering) . And the backend is made entirely in SOLID architecture.

Features:

Typescript

Next Js

Mongo Db

JWT

TODO:

[ ] Register page

Usage

Instalation:

Make sure you have NPM installed

git clone https://github.com/sluucke/next-authenticator
cd next-authenticator
npm install

Starting the app

# Run in dev mode:
npm run dev

# Run in production:
npm run build
npm start