Skip to content

Commit

Permalink
Merge pull request #14 from Phoenix-Commerce/feat/test-workflows
Browse files Browse the repository at this point in the history
feat: testing workflow, adding to the README
  • Loading branch information
brent-hoover authored Jun 15, 2024
2 parents 153d321 + 86fb0b5 commit b9f8fd2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI Pipeline
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop

jobs:
lint:
Expand Down
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# phoenix-framework
# 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
* Typescript
* Apollo Server
* TypeGoose/Mongoose

## Features included right now
* Plugin architecture that allows you to create and extend models and resolvers via plugins
* Role-Based auth

## Features under construction
Check the GH issues for things I plan to add in the near future

To install dependencies:

Expand All @@ -18,3 +35,9 @@ To run with auto restart:
bun run dev
```

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

```bash
bun test
```

0 comments on commit b9f8fd2

Please sign in to comment.