Skip to content

arzkar/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

A basic todo app with the following features:

  • User Create & Login
  • Add, Remove and Edit Todos
  • There is a checkbox for each todo which is used to mark it as complete

Setup

  • You need to install MySQL & Node.

Database

  • Install & configure MySql and create a database for the app
CREATE DATABASE todo_app;
  • Create a backend/.env file and add HOST, USER, PASSWORD & DATABASE env variables. You can reference backend/.env.ex file

Backend

cd backend/
npm install
npm run dev // dev server

Frontend

cd frontend/
npm install
npm run dev // dev server

About

A todo app built using NextJS, NodeJS, MySQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages