You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,13 @@ Glad that you asked. CrudJS intends to be a resource for comparing between diffe
10
10
11
11
You can learn more about the project at [our parent repository](https://github.com/crudjs/crudjs).
12
12
13
+
## Trying out the API
14
+
### On your local machine
15
+
You'll need [Docker](https://www.docker.com/) for that. Once you've got it installed on your machine, just clone the repo and run the `docker-compose up --build` command. The API will be listening for your requests at `http://localhost`.
16
+
17
+
### On the cloud
18
+
We're still working on a deployment strategy that works for us. Stay tuned!
19
+
13
20
## What's the stack used in this project?
14
21
-**[Nest.js](https://nestjs.com/)** is a [TypeScript](https://www.typescriptlang.org/)-based Node.js API framework. It looks like if Angular and Express got physical. It's pretty knew and a bit rough around the edges, but [Kamil Myśliwiec](https://github.com/kamilmysliwiec) is doing an awesome job maintaining it.
15
22
-**[Postgres](https://www.postgresql.org/)** is a very well know Open Source relational database.
@@ -21,4 +28,4 @@ You can learn more about the project at [our parent repository](https://github.c
21
28
*What's missing for 1.0.0 final?*
22
29
- Unit tests with mocked up dependencies.
23
30
- Secured POST & DELETE endpoints (other that /entries.)
0 commit comments