Skip to content

Commit

Permalink
Small changes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eiliel committed Jan 31, 2024
1 parent fd9d316 commit a92065c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,18 @@
- [List Topics](#list-topics)
- [Kafka Server Logs](#kafka-server-logs)
- [Broker Config (in server.properties)](#broker-config-in-serverproperties)
- [Database PostgreSQL](#database-postgresql)
- [Create Super User for PostgreSQL](#create-super-user-for-postgresql)
- [Create Empty Database and Restore the Database into the Empty One](#create-empty-database-and-restore-the-database-into-the-empty-one)
- [API](#api)
- [Run API Manually](#run-api-manually)
- [Auteurs](#auteurs)


## Docker (ran with Docker version 25.0.0)
Do this on 3 different terminal on the same computer
Do this on 4 different terminal on the same computer

### Launch front one time for it to work

```
cd front
cd front/
npm install
ng serve
```
Expand Down

0 comments on commit a92065c

Please sign in to comment.