@@ -54,7 +54,7 @@ Install a MySQL database.
5454
5555> If you work with a mac, we recommend to use homebrew for the installation
5656
57- #### Step 2: Create new Project
57+ ### Step 2: Create new Project
5858Fork or download this project. Configure your package.json for your new project.
5959
6060Then copy the example .env file and enter your database connection.
@@ -68,7 +68,7 @@ npm run setup
6868
6969> This installs all dependencies with yarn. After that it migrates the database and seeds some test data into it.
7070
71- #### Step 3: Serve your App
71+ ### Step 3: Serve your App
7272Go to the project dir and start your app
7373```
7474npm run serve
@@ -77,7 +77,7 @@ npm run serve
7777> This starts a local server using ` nodemon ` , which will watch for any file changes and will restart the sever according to these changes.
7878> The server address will be displayed to you as ` http://0.0.0.0:3000 ` .
7979
80- #### Step 4: Create a new Resource
80+ ### Step 4: Create a new Resource
8181Go to the project dir and hit this command
8282```
8383npm run console make:resource
@@ -89,7 +89,7 @@ Apply the same information like you see below in the screenshot.
8989
9090> Now you have created a complete new endpoint in your api for the resource pets
9191
92- #### Step 5: Create a Seeder
92+ ### Step 5: Create a Seeder
9393TODO
9494
9595## Scripts / Tasks
0 commit comments