https://github.com/adhirajcs/express-to-do
A simple To-Do API built with Express, PostgreSQL (via Supabase), and Drizzle ORM.
https://github.com/adhirajcs/express-to-do
bcryptjs drizzle-kit drizzle-orm drizzleorm express-api expressjs nodejs postgresql postgresql-database supabase-db
Last synced: 7 months ago
JSON representation
A simple To-Do API built with Express, PostgreSQL (via Supabase), and Drizzle ORM.
- Host: GitHub
- URL: https://github.com/adhirajcs/express-to-do
- Owner: adhirajcs
- License: apache-2.0
- Created: 2024-11-03T15:36:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T16:04:09.000Z (11 months ago)
- Last Synced: 2025-01-12T14:47:34.266Z (9 months ago)
- Topics: bcryptjs, drizzle-kit, drizzle-orm, drizzleorm, express-api, expressjs, nodejs, postgresql, postgresql-database, supabase-db
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Express To-Do
A simple To-Do API built with Express, PostgreSQL (via Supabase), and Drizzle ORM. This project allows users to sign up, log in, and manage their to-do items with basic CRUD operations.
## Features
* **User Authentication**: Sign up and log in users.
* **To-Do Management**: Add, update, fetch, and delete to-do items.## Tech Stack
- **Backend**: Node.js, Express.js
- **Database**: PostgreSQL (Hosted on Supabase)
- **ORM**: Drizzle ORM
- **Password Hashing**: bcryptjs## API Documentation
For a detailed API reference, please check the [API Documentation](API_Documentation.md).
## License
This project is licensed under the Apache-2.0 License - see the [LICENSE](LICENSE) file for details.