Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 984 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 984 Bytes

:package: vercel-typescript-ddd-api

📦 vercel-typescript-ddd-api

DDD API example to deploy in Vercel(Typescript, Express. MongoDB, Domain-Driven Design)

Did you like the project? Please, considerate being a supporter and receive exclusive gifts!

Installation

Clone this repository: git clone https://github.com/hebertcisco/vercel-typescript-ddd-api

Open the directory and install the dependencies

cd vercel-typescript-ddd-api
npm install

Running the API

Remember to create an .env file and put your database information.

npm run dev