https://github.com/valmirbp/nodejs-pokedex
MVC Nodejs application with MongoDB integration
https://github.com/valmirbp/nodejs-pokedex
css mongodb mongoose nodejs pug
Last synced: 3 months ago
JSON representation
MVC Nodejs application with MongoDB integration
- Host: GitHub
- URL: https://github.com/valmirbp/nodejs-pokedex
- Owner: ValmirBP
- License: mit
- Created: 2024-05-15T21:21:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T15:55:32.000Z (about 1 year ago)
- Last Synced: 2025-03-01T08:16:37.368Z (3 months ago)
- Topics: css, mongodb, mongoose, nodejs, pug
- Language: JavaScript
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nodejs-Pokedex
[](https://github.com/ValmirBP/NodeJs-Pokedex/blob/main/LICENSE)
## About:
This is a projeck to show the skills using Pu node js and mongoDB and using actual project structures
## Table of Contents
- [Features](#Features)
- [Requirements](#Requirements)
- [Getting Started](#Getting-Started)## Features
### Responsiveness
- The website is designed to be fully responsive, ensuring a seamless user experience across various devices and screen sizes.### Dynamic Page
- The dynamic page allows users to add products to the cart dynamically. It provides a user-friendly interface with real-time updates, enhancing the shopping experience.### structured environment
- structured environment with MVC Pattern### No SQL Database integration
- Implemented NoSQL database, using MongoDB## Used Technologies:
### Frontend
- HTML
- CSS
- Pug### Backend
- JavaScript
- NodeJS### INTEGRATION
- MongoDB
## RequirementsBefore you begin, ensure you have met the following requirements:
- NodeJs 20 or above
- Visual Studio Code## Getting-Started
Follow these steps to get your development environment set up:
1. Fork the repository:
```bash
git clone https://github.com/ValmirBP/NodeJs-Pokedex.git
```
2. Install dependencies:```bash
npm install
```3. Usage
Once previous steps were completed run
```bash
npm start
```## Project Ended
