Skip to content

StudioKarsa/express-vue-boilerplate

Repository files navigation

Express Vue MySQL Boilerplate

Architecture

├─packages/
|   ├─ app-config/
|   ├─ common/
|   ├─ server/
|   ├─ website/
  • app-config: Application configurations.

  • common: Common utilities (http status codes, http methods, node environment, etc).

  • server: Express server with prisma schema.

  • website: Vue.js application with Vite.

Getting Started

Check out the GETTING_STARTED.md file for more information on how to get started.

Contributing

Your contributions are very welcome! Feel free to open an issue or create a pull request.

License

MIT