a simple todo app with frontend plus backend. Todo-Frontend Todo-backend
- User Authentication & Authorization
- JWT
- CRUD operations
- Password hash
First, run the development server:
npm run start:dev
# or
yarn start:dev
Open http://localhost:5000 with your browser to interact with the platform.
Forks are lovely. Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.