Skip to content

Cojiroooo/typescript-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how to use this boilerplate

server up

$ make
$ make up

ping http://localhost:3000/api/ping

test

$ make test

testing with hot reload

$ make watch_test

DB migration

after edit prisma/schema.prisma

$ make migration_create

and type migration name

$ make migration_up
$ yarn schema:generate

for apply migration

実装

  • User 作成 / ログイン
    • src/services/user_service.ts, src/api/users.ts
  • 認証
    • src/services/user_service.ts, src/middlewares/authenticate.ts
  • Post 作成
  • Post 読み出し

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.8%
  • Makefile 10.2%
  • Dockerfile 5.7%
  • JavaScript 3.3%