Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ff4b46f

Browse files
Update README.md
1 parent 6d08eb3 commit ff4b46f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Create, read, update, delete in a Node.js app with an Express server and Postgres database.
44

5+
### [Read the tutorial](https://blog.logrocket.com/setting-up-a-restful-api-with-node-js-and-postgresql-d96d6fc892d8/)
6+
57
## Database
68

79
```bash
@@ -47,3 +49,11 @@ node index.js
4749
- POST: `curl --data "name=Jerry&email=jerry@example.com" http://localhost:3000/users`
4850
- PUT: `curl -X PUT -d "name=George" -d "email=george@example.com" http://localhost:3000/users/1`
4951
- DELETE: `curl -X "DELETE" http://localhost:3000/users/1`
52+
53+
## Author
54+
55+
- [Tania Rascia](https://www.taniarascia.com)
56+
57+
## License
58+
59+
This project is open source and available under the [MIT License](LICENSE).

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /