Skip to content

Commit cff4a0a

Browse files
committed
update readme
1 parent 66a6384 commit cff4a0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# DataExchange Backend
1+
# DataSpace Backend
22

33
## Overview
44

5-
DataExchange is a platform for sharing and managing datasets. This repository contains the backend code for the DataExchange platform, built with Django and GraphQL.
5+
DataSpace is a platform for sharing and managing datasets. This repository contains the backend code for the DataSpace platform, built with Django and GraphQL.
66

77
## Key Features
88

@@ -35,8 +35,8 @@ For detailed information about the Keycloak integration, see the [Keycloak Integ
3535

3636
1. Clone the repository:
3737
```bash
38-
git clone https://github.com/CivicDataLab/DataExBackend.git
39-
cd DataExBackend
38+
git clone https://github.com/CivicDataLab/DataSpaceBackend.git
39+
cd DataSpaceBackend
4040
```
4141

4242
2. Create a virtual environment and install dependencies:
@@ -51,7 +51,7 @@ For detailed information about the Keycloak integration, see the [Keycloak Integ
5151
DEBUG=True
5252
SECRET_KEY=your-secret-key
5353
DB_ENGINE=django.db.backends.postgresql
54-
DB_NAME=dataexchange
54+
DB_NAME=dataspace
5555
DB_USER=postgres
5656
DB_PASSWORD=postgres
5757
DB_HOST=localhost

0 commit comments

Comments
 (0)