Anime database using node.js, ejs, bootstrap 5, and Jikan REST API.
Welcome to UwuDB! This web application is built using Node.js, EJS, and Axios. This readme provides you with essential information to set up, run, and use the application effectively.
Ensure that you have the following installed on your machine:
- Node.js: Download Node.js
- npm: Included with Node.js installation
-
Clone the repository: git clone [repository-url]
-
Navigate to the project folder: cd [project-folder]
-
Install dependencies: npm install
Start the application:
npm start
Open your browser and navigate to http://localhost:3000
Explore the features of the web application.
- Node.js: A JavaScript runtime built on Chrome's V8 JavaScript engine.
- EJS (Embedded JavaScript): A simple templating language that lets you generate HTML markup with plain JavaScript.
- Axios: A promise-based HTTP client for making requests to external servers.
If you would like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push to your fork and submit a pull request.