An open API service indexing awesome lists of open source software.

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.

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.