Skip to content

Commit

Permalink
Corregidos unos errores estéticos
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciafp15 authored Mar 22, 2023
1 parent 7a7549c commit ce5ae00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ In this version we deploy the app locally without docker. In order to solve the
1) Go into our `restapi` folder.
2) You will see a file called `.env_sample` with this content
```bash
DATABASE_URL = mongodb+srv://<username>:<password>@lomapes6b.qrix8pk.mongodb.net/test
3) You will have to create in your repository your own file called `.env`, with the same content showed above, but updated with your MongoDb access data. (Without the <> symbols) If you don´t have access yet, contact us.
DATABASE_URL = mongodb+srv://username:[email protected]/test
3) You will have to create in your repository your own file called `.env`, with the same content showed above, but updated with your MongoDb access data. If you don´t have access yet, contact us.

4) Now, open one terminal, compile and run `restapi`. If everything went well, you will read *database connected*.
```shell
Expand Down

0 comments on commit ce5ae00

Please sign in to comment.