A simple app that use passport js to login and logout .
Get a copy of the repo
In the root directory
npm install
Create .env file in the root directory and add the following
DATABASE_URL = "<your database url>"
SESSIONSECRET = "<your session secret>"
In development
npm run dev
In production
npm run start
Open your browser and navigate to http://localhost:3000
- Log in
- Sign up
- Log out
- Add Task
- View All Task
- Edit Task
- Delete Task
- Add Task
- View All Task