Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/carltonmpofu/anime-trails
- Owner: CarltonMpofu
- Created: 2023-06-19T13:17:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-04T23:18:17.000Z (over 1 year ago)
- Last Synced: 2024-11-16T12:04:37.365Z (about 3 hours ago)
- Topics: backend, css, ejs, ejs-templating, expressjs, frontend, html, mongodb, mongoose, node, node-js, nodejs
- Language: JavaScript
- Homepage: https://anime-trails.cyclic.app/
- Size: 170 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.---