The primary goal of this TypeScript-based project is to showcase a simple yet effective implementation of Create, Read, Update, and Delete (CRUD) operations. It includes user management functionalities, such as creating new users, retrieving user details, updating user information, and deleting users. Additionally, users can add products to their orders.
- Clone the repository
git clone https://github.com/Al-Amin49/ExpressTS-CRUD-Essentials.git
- Install Dependecies
cd ExpressTS-CRUD-Essentials
npm install
- Create a .env file
PORT=8001
DATABASE_URL= your_url
BCRYPT_SALT_ROUNDS=12
- Run the server
npm run dev