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

https://github.com/codersamrat/fullstack-portfolio


https://github.com/codersamrat/fullstack-portfolio

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Fullstack Portfolio

A modern fullstack portfolio project with a React frontend and Node.js/Express backend.

## Features

- Responsive frontend built with React and Vite
- RESTful backend API using Node.js and Express
- Modular, maintainable code structure
- Easy local development and deployment

## Tech Stack

- **Frontend:** React, Vite, JavaScript, CSS
- **Backend:** Node.js, Express
- **Tooling:** ESLint, JSConfig

## Project Structure

```
Fullstack_Portfolio/

├── backend/
│ ├── package.json
│ └── src/
│ └── index.js

├── frontend/
│ ├── package.json
│ ├── vite.config.js
│ ├── src/
│ │ ├── main.jsx
│ └── index.html

└── README.md
```

## Getting Started

### Prerequisites

- Node.js (v16 or higher recommended)
- npm

## Scripts

- `npm start` (backend): Starts the backend server.
- `npm run dev` (frontend): Starts the frontend development server.