Once the app and the database is connected, you need to build the app by running the following command in the terminal:
Once the app is built, you can run it by running the following command in the terminal:
This will start the app on port 3000. If you want to run the app on a different port, you can change this in the package.json file.
Find the following line in the package.json file:
Change the number after the -p option to the new port number you would like to run the app.
To stop the app, you can run the following command in the terminal: