Skip to content

Project designed to explore clean architecture by applying its concepts using typescript.

Notifications You must be signed in to change notification settings

eddotbarbosa/clean-architecture-typescript-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean Architecture Typescript API

Project designed to explore clean architecture by applying its concepts using typescript.

Features

  • customers crud

Technologies

  • npm
  • editorconfig
  • dotenv
  • typescript
  • tsx
  • tsup
  • vitest
  • express
  • prisma
  • postgres

Getting Started

installation:

git init
git clone https://github.com/eddotbarbosa/clean-architecutre-typescript-api.git
npm install

configs:

.env

PORT="server running port"
DATABASE_URL="your postgresql database URI"

running:

run prisma migrations

npx prisma migrate dev

start mode

npm run start

dev mode

npm run dev

build

npm run build

test

npm run test

About

Project designed to explore clean architecture by applying its concepts using typescript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published