Skip to content

Commit

Permalink
docs: add docs for v0.45.0 - improve create robyn app (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox authored Nov 25, 2023
1 parent a74268f commit ed4f79e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs_src/src/pages/documentation/example_app/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,24 @@ Batman wanted to create a Robyn app and was about to create an `src/app.py` befo
$ python -m robyn --create
```

This, would result in the following output.

```bash
$ python3 -m robyn --create
? Directory Path: .
? Need Docker? (Y/N) Y
? Please select project type (Mongo/Postgres/Sqlalchemy/Prisma):
❯ No DB
Sqlite
Postgres
MongoDB
SqlAlchemy
Prisma
```
and the following directory structure.
Batman was asked a set of questions to configure the application. He chose to use the default values for most of the questions.
And he was done! The Robyn CLI created a new application with the following structure.
Expand Down

0 comments on commit ed4f79e

Please sign in to comment.