Phoenix-Codeworx / phoenix-framework

A plugin-based graphql server framework built on Bun, Apollo, Mongo, and Express. Rising from the ashes of Reaction Commerce
MIT License
2 stars 0 forks source link

Phoenix Framework

An easy-to-use, extensible framework built for ecommerce applications and others that require flexibility and ease-of-use. Written for bun for maximum performance

Vision

An ultra-fast, easy-to-use framework that has "ready for the big time" features

Primary components

Features included right now

Features under construction

Check the GH issues for things I plan to add in the near future

To install dependencies:

bun install

To create .env file and run:

cp .env.example .env
bun run start

To run with auto restart:

bun run dev

To run unit and integration tests: (not many beyond a poc for now)

bun test

To run e2e tests

bun run test:e2e