Skip to content

Commit 2a1b687

Browse files
committed
Add link back to github to navbar
1 parent b96778d commit 2a1b687

6 files changed

Lines changed: 29 additions & 840 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
CookTime is a recipe management system!
44
It is composed of:
55

6-
1. REST API
7-
1. Browser application
8-
1. PostgreSQL schemas and functions for storing and querying recipes
6+
1. REST API (C# ASP.NET app in `src/CookTime`)
7+
1. Browser application (React SPA in `src/CookTime/client-app`)
8+
1. PostgreSQL schemas and functions for storing and querying recipes (SQL statements in `src/CookTime/Scripts`)
99

1010
With CookTime you can do things like:
1111

@@ -18,13 +18,13 @@ With CookTime you can do things like:
1818
## Getting started
1919

2020
Assuming [Docker Desktop][Docker Desktop] installed on Linux or macOS,
21-
use the `scripts` directory contents to get started from in /babe-algorithms:
21+
use the `scripts` directory (found at the root of the repo) contents to get started:
2222

2323
```shell
2424
scripts/server
2525
```
2626

27-
Then open <http://localhost:3000> to get started!
27+
Then open <http://localhost:3000> in a browser!
2828

2929
I recommend using VSCode to develop CookTime, for that you will need to install:
3030

docs/migration-status.md

Lines changed: 0 additions & 215 deletions
This file was deleted.

0 commit comments

Comments
 (0)