Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carltonmpofu/anime-trails

Anime Trails is a web application that allows you to keep track of the anime you have watched.
https://github.com/carltonmpofu/anime-trails

backend css ejs ejs-templating expressjs frontend html mongodb mongoose node node-js nodejs

Last synced: about 3 hours ago
JSON representation

Anime Trails is a web application that allows you to keep track of the anime you have watched.

Awesome Lists containing this project

README

        

# Anime Trails

Anime Trails is a web application that allows you to keep track of the anime you have watched.
## Table of Contents
- [Info](#info)
- [Link](#link)
- [Technologies Used](#technologies-used)

## Info
- Record the genre, favorite quote, and favorite characters for each anime.
## Link
- Anime Trails
- https://smoggy-plum-overshirt.cyclic.app/

## Technologies Used

- Node.js for the server-side logic.
- Express.js as the web application framework.
- MongoDB and Mongoose for database storage and management.
- EJS (Embedded JavaScript) for templating and dynamic HTML rendering.

---