Skip to content

Commit 26eb3e0

Browse files
committed
Remove the angular version, and flatten the directories.
1 parent b6d5a52 commit 26eb3e0

File tree

102 files changed

+6
-3812
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+6
-3812
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Cookbook
22

3-
This is a port of Martin Vlach's Cookbook Windows app to the web. The first
4-
attempt using [Firebase and Angular](./angularfire/) to try to write an entirely
5-
client-side program. This failed because I actually needed some trusted
6-
server-side processing to make everything work. Now I'm trying a [server-based
7-
design using Fly.io](./fly/).
3+
This is a port of Martin Vlach's Cookbook Windows app to the web.
4+
5+
The webserver, including the [prisma db schema](./webserver/prisma/schema.prisma), is in
6+
[webserver/](./webserver/).
87

98
The C++ code to extract the data from the Windows app is in [import/](./import/).
9+
10+
A few helper utilities to deal with the database are in [db/](./db/).

angularfire/.bowerrc

-3
This file was deleted.

angularfire/.jshintrc

-8
This file was deleted.

angularfire/.travis.yml

-14
This file was deleted.

angularfire/README.md

-304
This file was deleted.

0 commit comments

Comments
 (0)