Skip to content
 
 

Repository files navigation

How To Use This Scaffolding

Clone This Repo

git clone https://github.com/codernex/turbo-vite-react-express-template.git
  • Use pnpm package manager to install
pnpm install
  • Create Environment Variable
 cp -r .env.example .env
  • Modify your thing in your way you like
  • By default, this scaffolding uses MySQL as the database. If you want to change the default database, follow these steps:
 nano apps/api/src/orm.config.ts
export const appDataSource = new DataSource({
  type: "mysql",
  database: sanitizedConfig.DB_NAME,
  username: sanitizedConfig.DB_USER,
  password: sanitizedConfig.DB_PASS,
  entities: [User],
  logging: false,
  synchronize: sanitizedConfig.NODE_ENV === "development",
});

If you like this repo, please give me a GitHub star.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages