Skip to content

Commit

Permalink
Removed the embed tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fhsinchy committed Sep 5, 2023
1 parent 8e3e44c commit dcefc9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ The container is running now. You can visit `http://127.0.0.1:3000/` to see the

The API has five routes in total that you can see inside the `/notes-api/api/api/routes/notes.js` file. It was bootstrapped with one of my open-source projects:

{% embed url="https://github.com/fhsinchy/create-node-rocket-api" caption="spare a ⭐ to keep me motivated" %}
https://github.com/fhsinchy/create-node-rocket-api

Although the container is running, there is one last thing that you'll have to do before you can start using it. You'll have to run the database migration necessary for setting up the database tables, and you can do that by executing `npm run db:migrate` command inside the container.

Expand Down

0 comments on commit dcefc9d

Please sign in to comment.