Skip to content

Commit 3d762ab

Browse files
committed
Added link to deployed site
1 parent 18e28ee commit 3d762ab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

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

55
This is an example that shows the basics of how to create CRUD screens with NodeJS using ExpressJS and MySQL. CRUD stands for Create, Read, Update and Delete - this is the bread and butter of web application development.
66

7+
The app is deployed at [https://codex-basic-express-app.herokuapp.com/](https://codex-basic-express-app.herokuapp.com/).
8+
79
You use CRUD to manage all the data in your web application. Once data is stored it can be retrieved, updated, deleted or whatever your demanding client wants.
810

911
I kept this example simple on purpose, but it can be used as the base of something much more complicated.

0 commit comments

Comments
 (0)