Skip to content

Setup Web (REST) with Express JS Framework (Typescript) and Other Packages

License

Notifications You must be signed in to change notification settings

BetterToPractice/express-ts-setup

Repository files navigation

Express TS Setup

How to Run

Run Database:

docker-compose up -d --build

Run Applications:

npm run dev
npm run start

Migration

New migration:

npm run make:migrations --migration_name=create_foos_table

Run migrate:

npm run migrate

Contributors

About

Setup Web (REST) with Express JS Framework (Typescript) and Other Packages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published