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
The first step to use this project is to copy the .env.example file to .env and modify it with your database parameters. A database is necessary to run the tests. Automatic migrations in GORM are disabled, you can enable it if you follow the GORM documentation. If you do not want to use automatic migrations, you can manually create the database structure using the tests files as a guide. To access the swagger documentation, you must go to /docs/index.html exclusively. This template is for personal use and is not yet finished.
I was try this boilerplate. But when acess
/docs
page not found and there is no table in database testhow to use this boilerplate?
The text was updated successfully, but these errors were encountered: