Skip to content
/ notsexpomi Public template

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

License

Notifications You must be signed in to change notification settings

motherfogger/notsexpomi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published