Skip to content

Michal-Radomski/PERN_Stack_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PERN Stack App

A PERN Stack App (Auth + Todo List).

Link to the application: Coming soon...

Description

Motivation

This is my first PERN stack application.

General Info

This is a Crud App. You can log in, log out, register and delete account (this will remove all todos - ON DELETE CASCADE Constraint) is used. When you are logged in you can add, update, delete your tasks and read your tasks and those of other users if they are not private. Automatic logout is after 10 minutes of inactivity. There are axios interceptors to refresh the access token.
App is build thanks to these tutorials and these one.

Notes

The .env file is not hosted on the GitHub.com.
I have some packages installed globally (e.g. TypeScript, Nodemon) so you have to install them manually.

Screenshots

Add_Todo

All_Todos

Toast

Update_Todo

User_dashboard

Built With

License

MIT