/notsexpomi

server stack using: NodeJS + TypeScript + ExpressJS + PostgreSQL + MikroORM

Primary LanguageTypeScriptMIT LicenseMIT

notsexpomi

server stack using: NodeJS + TypeScript + ExpressJS + PostgreSQL + MikroORM

codes-initially-setup with: typescript-express-starter

Installation

  1. clone the repo or setup your way to notsexpomi-stack

     git clone https://github.com/motherfogger/notsexpomi.git
  2. Install

        cd notsexpomi
        npm install
  3. Setup .env file and Run

    npm run dev
  1. 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

Contributing