Skip to content

Commit 53d5600

Browse files
authored
Update README.md
1 parent 98f36fe commit 53d5600

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ _Notice that the boilerplate comes with a small application for user management
6969
7. Run the application in development mode with `npm run dev`
7070
8. Access `http://localhost:3000/api/users` and you're ready to go!
7171

72+
After playing a little bit with the boilerplate and before implementing a real application with it I recommend you to read at least the `Setup` and the `Organization and architecture` sections of our [Wiki](https://github.com/talyssonoc/node-api-boilerplate/wiki)
73+
7274
## Aditional info:
7375

7476
- Don't forget to run the migrations for the test environment as well (including when you create a new migration) with `npm run sequelize db:migrate -- --env=test`

0 commit comments

Comments
 (0)