ソースを参照

:pencil: adding to readmes

master
TOJ 5年前
コミット
01eb066f12
3個のファイルの変更70行の追加1行の削除
  1. 37
    0
      backend/README.md
  2. 33
    0
      frontend/README.md
  3. 0
    1
      frontend/package.json

+ 37
- 0
backend/README.md ファイルの表示

@@ -0,0 +1,37 @@
1
+# siimee backend API
2
+
3
+An API for the siimee application
4
+
5
+## :white_check_mark: Prerequisites
6
+
7
+You will need...
8
+
9
+### Node.js 14+
10
+* OSX: `brew install node` using [Homebrew](http://brew.sh/)
11
+* Linux: `apt install nodejs` ([see Ubuntu/Debian specific instructions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)) or `pacman -S nodejs` (Arch Linux)
12
+* Windows: [Install](https://nodejs.org/en/download/)
13
+
14
+## :package: Installation
15
+
16
+1. Install dependencies with `npm install`
17
+2. Fill out your database connection details in `./config/dev.js`
18
+3. A test database container is provided and can be started with `docker-compose up -d`
19
+
20
+## :electric_plug: Run
21
+
22
+1. Run `npm run start` to start up the server
23
+
24
+## :robot: Deployment
25
+
26
+TBD
27
+
28
+## :pill: Tests & Code Quality
29
+
30
+TBD
31
+
32
+## :heart: Built With
33
+
34
+* [Hapi](https://hapy.dev/) - Happy APIs
35
+* [Objection](https://vincit.github.io/objection.js/) - Light ORM
36
+* [Knex.js](https://knexjs.org/) - Query builder
37
+* [Schiwfty](https://hapipal.com/docs/schwifty) - Model layer

+ 33
- 0
frontend/README.md ファイルの表示

@@ -0,0 +1,33 @@
1
+# siimee backend API
2
+
3
+An API for the siimee application
4
+
5
+## :white_check_mark: Prerequisites
6
+
7
+You will need...
8
+
9
+### Node.js 14+
10
+* OSX: `brew install node` using [Homebrew](http://brew.sh/)
11
+* Linux: `apt install nodejs` ([see Ubuntu/Debian specific instructions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)) or `pacman -S nodejs` (Arch Linux)
12
+* Windows: [Install](https://nodejs.org/en/download/)
13
+
14
+## :package: Installation
15
+
16
+1. Install dependencies with `npm install`
17
+
18
+## :electric_plug: Run
19
+
20
+1. Run `npm run dev` to start up the server
21
+
22
+## :robot: Deployment
23
+
24
+TBD
25
+
26
+## :pill: Tests & Code Quality
27
+
28
+TBD
29
+
30
+## :heart: Built With
31
+
32
+* [Vue.js](https://vuejs.org/) - Our framework
33
+* [Vite](https://vitejs.dev/) - Next generation build tooling

+ 0
- 1
frontend/package.json ファイルの表示

@@ -7,7 +7,6 @@
7 7
     "serve": "vite preview"
8 8
   },
9 9
   "dependencies": {
10
-    "ajv": "^8.2.0",
11 10
     "events": "^3.3.0",
12 11
     "joi": "^17.4.0",
13 12
     "process": "^0.11.10",

読み込み中…
キャンセル
保存