Skip to content

Commit

Permalink
docs: add links ro sub repos (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbreuss authored Jan 31, 2022
1 parent 6242147 commit 5fd7ba6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The application itself offers a frontend and backend, that allows you to view an

## Features

JS frontend
[JS frontend](https://github.com/tbreuss/mithril-slim-skeleton/tree/main/frontend)

- [x] Single page application (SPA) using Mithril.js
- [x] Mitosis pattern for simple state management
Expand All @@ -20,7 +20,7 @@ JS frontend
- [x] ESLint JavaScript Linter
- [ ] Testing

PHP backend
[PHP backend](https://github.com/tbreuss/mithril-slim-skeleton/tree/main/backend)

- [x] REST API using Slim Framework 4
- [x] Autoloading (PSR-4)
Expand All @@ -39,7 +39,7 @@ PHP backend
- [ ] Unit Tests
- [ ] Integration Tests

Database
[Database](https://github.com/tbreuss/mithril-slim-skeleton/tree/main/database)

- [x] Database Migrations using Phinx
- [x] SQLite database (for the sake of simplicity)
Expand Down

0 comments on commit 5fd7ba6

Please sign in to comment.