Skip to content

An entire just backend development. I will create an eCommerce API where I can list products, categories and create orders for users.

Notifications You must be signed in to change notification settings

guohuasdesign/Project-eCommerce-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project-eCommerce-API

building an eCommerce API with Express + TypeScript + Mongoose

Project structure:

src/ ├── db/ │ └── index.ts # MongoDB connection ├── controllers/ │ ├── index.ts # export all controllers │ └── users.ts # logic for user routes ├── models/ │ ├── index.ts # export all models │ └── User.ts # Mongoose User schema ├── routers/ │ ├── index.ts # export all routers │ └── userRouter.ts # Express router for users ├── types/ │ └── index.ts # custom TS types/interfaces └── app.ts # Express app entrypoint

About

An entire just backend development. I will create an eCommerce API where I can list products, categories and create orders for users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published