Skip to content

Commit

Permalink
Merge branch 'main' into feat/integrate-scraping-database
Browse files Browse the repository at this point in the history
  • Loading branch information
D0dii authored Nov 15, 2024
2 parents 9b7cdf1 + 913503d commit 7b73879
Show file tree
Hide file tree
Showing 40 changed files with 1,228 additions and 1,272 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ The Solvro Planer project aims to create an intuitive and user-friendly applicat

| Role | Member |
| ------------------- | ------------------ |
| Project Manager | @Szymczek |
| Techlead | @Rei-x |
| Fullstack Developer | @unewMe |
| Project Manager | @unewMe |
| Fullstack Developer | @D0dii |
| Fullstack Developer | @olekszczepanowski |
| Fullstack Developer | @qamarq |

## 🚀 Technologies

Expand Down Expand Up @@ -59,7 +58,7 @@ npm install

### 3. Configure Environment

Create a `.env` file in the root directory with the following content:
Create a `.env` file in the `frontend` directory with the following content:

```env
SITE_URL=http://localhost:3000
Expand All @@ -71,7 +70,7 @@ USOS_BASE_URL=<your-key-default-for-pwr:usos.pwr.edu.pl>
### 4. Run the Project

```bash
npm run dev
cd frontend && npm run dev
```

### 5. View the Application
Expand Down
Loading

0 comments on commit 7b73879

Please sign in to comment.