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

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

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
```