Skip to content

betterstack-community/fastify-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published