No description
- JavaScript 94.3%
- CSS 5.2%
- HTML 0.5%
| packages | ||
| .env | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.MD | ||
Basic To Do App
This is a toy app meant to demonstrate my ability to create full-stack solutions.
Will add more features soon!
Front end
Back end
Setup
I have provided a script to setup the packages and run the backend migrations:
npm run setup
After that is done you can run the application:
npm run dev
Go to localhost to see the results.