This project requires Node.js and NPM to be installed on your machine. Please make sure you have them installed before proceeding.
To install the project dependencies, navigate to the project directory and run the following command:
npm install
This will download and install all the necessary packages required for the project.
Now create .env file in root project directory, and paste following code:
ALCHEMY_API_KEY = ENTER_YOUR_API_KEY
Now replace ENTER_YOUR_API_KEY with your Alchemy API key.
To run the application, navigate to the project directory and run the following command:
node app.js
This will start the server and the application will be accessible at localhost:8000. Open your web browser and type in localhost:8000 to access the application.
Web page should look like this:
