server stack using: NodeJS + TypeScript + ExpressJS + PostgreSQL + MikroORM
codes-initially-setup with: typescript-express-starter
-
clone the repo or setup your way to notsexpomi-stack
git clone https://github.com/motherfogger/notsexpomi.git
-
Install
cd notsexpomi npm install
-
Setup .env file and Run
npm run dev
- Migrations: To generate a migration, apply changes or rollback migrations
npx mikro-orm migration:create
npx mikro-orm migration:up
npx mikro-orm migration:down
- please contribute directly to: typescript-express-starter