Web application TodoTool is open-source project that designed for portfolios. TodoTool is a simple to-do list that allows you to conveniently create, modify and compose your own lists, available with internal or external authorization. Just sign in to your account, add a new task, modify it whether you want, check it and delete it.
- Install dependencies
npm install --save
- Create and configure
.env
file
EMAIL_USER=example@example.com
EMAIL_PASSWORD=password
EMAIL_FROM=ProjectName
CLIENT_ID=googleOAuthId
VUE_APP_CLIENT_ID=googleOAuthId
CLIENT_SECRET=googleOAuthSecret
REFRESH_TOKEN=googleOAuthRefreshToken
- Start the server
npm run start
or deploy it to the server
All sources are distributed under the GNU General Public License v3.0.