Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaiz23/tumanga
TFG Project
https://github.com/arnaiz23/tumanga
Last synced: 12 days ago
JSON representation
TFG Project
- Host: GitHub
- URL: https://github.com/arnaiz23/tumanga
- Owner: Arnaiz23
- License: mit
- Created: 2022-04-12T12:18:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T21:02:34.000Z (about 1 year ago)
- Last Synced: 2024-11-14T05:22:16.451Z (2 months ago)
- Language: JavaScript
- Homepage: https://tumanga.arnaizdev.com
- Size: 22.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
TuManga## URL
[tumanga.arnaizdev.com](https://tumanga.arnaizdev.com)
## Technologies
### Frontend
![HTMl](https://shields.io/badge/HTML-orange?style=for-the-badge&logo=HTML5&logoColor=fff)
![CSS](https://shields.io/badge/CSS-blue?style=for-the-badge&logo=CSS3&logoColor=fff)
![React](https://shields.io/badge/REACT-20232A?style=for-the-badge&logo=React&logoColor=61DAFB)
![Netlify](https://shields.io/badge/Netlify-000?style=for-the-badge&logo=Netlify&logoColor=00C8B7)### Backend
![NodeJS](https://shields.io/badge/NODEJS-73c62b?style=for-the-badge&logo=Node.js&logoColor=fff)
![Express](https://shields.io/badge/EXPRESS-fff?style=for-the-badge&logo=Express&logoColor=000)
![MongoDB](https://shields.io/badge/MONGODB-85b602?style=for-the-badge&logo=MongoDB&logoColor=fff)### Others
![Prettier](https://shields.io/badge/Prettier-F7B93E?style=for-the-badge&logo=Prettier&logoColor=000)
![ESLint](https://shields.io/badge/Eslint-4B32C3?style=for-the-badge&logo=ESLint&logoColor=fff)
![Figma](https://shields.io/badge/Figma-F24E1E?style=for-the-badge&logo=Figma&logoColor=fff)
![VSCode](https://img.shields.io/badge/Visual_Studio_Code-0078D4?style=for-the-badge&logo=visual%20studio%20code&logoColor=white)
![Postman](https://img.shields.io/badge/Postman-FF6C37?style=for-the-badge&logo=Postman&logoColor=white)
![Terminal](https://img.shields.io/badge/Terminal-241F31?style=for-the-badge&logo=GNOME%20Terminal&logoColor=white)## Description
This project consist in a online store that sells Mangas and Merchandising of anime. I created this project for the TFG of the Superior Grade.
In this project I used the technologies mentioned in the top.
The backend consist in an API REST that I created in Javascript. This is the best language that I know.
For the frontend I used React because in this moment I wasn't know NextJS.## Project structure
```
$PROJECT_ROOT
│ # Backend project files
├── backend
│ # Frontend project files
├── tumanga
│ # Preview image
├── images-doc
│ # HTML - CSS layout
└── layout
```## Future feature
- Add the swagger docs
## Preview
![TuManga Preview](./images-doc/preview.png)
## License
MIT License.
You can create your own online store by forking this project with this conditions:
- Add a link to [my store](https://tumanga.arnaizdev.com)
Check out [License](./License.md) for more detail.
## Download the project
If you want to work with the project in your local:
- Clone the project
- https://github.com/Arnaiz23/TuManga.git
- cd backend
- npm run dev (if you want to work with nodemon)
- npm start
- cd tumanga
- npm start