https://github.com/matei87/veziv_fullstack_2024
Aplicatie gestionare portofoliu de lucrari pentru artist digital
https://github.com/matei87/veziv_fullstack_2024
Last synced: 2 months ago
JSON representation
Aplicatie gestionare portofoliu de lucrari pentru artist digital
- Host: GitHub
- URL: https://github.com/matei87/veziv_fullstack_2024
- Owner: Matei87
- Created: 2024-08-07T10:33:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T14:37:12.000Z (10 months ago)
- Last Synced: 2025-01-22T21:11:33.400Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# veziv_fullstack_2024
Aplicatie gestionare portofoliu de lucrari pentru artist digital
## Instructiuni pentru Rulare
1. Cloneaza repository-ul
```sh
git clone https://github.com/Matei87/veziv_fullstack_2024.git
```# Backend:
2. Navigheaza in folderul backend
```sh
cd backend
```3. Instaleaza dependintele
```sh
npm install
```4. Porneste aplicatia
```sh
npm run start
```# Frontend:
2. Navigheaza in folderul frontend
```sh
cd frontend
```3. Instaleaza dependintele
```sh
npm install
```4. Porneste aplicatia
```sh
npm run dev
```