Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 565 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 565 Bytes

Testing the App

To get started with testing the app, follow these steps:

Install all necessary dependencies:

npm install

Create a .env file in the root directory of your project with the following contents:

PORT=3000
LOG_LEVEL=info
NODE_ENV=development
DB_FILE=./blog.db

Start the server:

npm run dev

Once the server is running, open your browser and navigate to http://localhost:3000/.

By following these steps, you can set up and run the server, allowing you to access the application locally in your browser.