Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benborla committed Aug 28, 2024
1 parent 68bc79e commit 0b80fd1
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,28 +90,29 @@ These instructions will get you a copy of the project up and running on your loc

### Prerequisites

1. Rust (latest stable version):
Visit https://www.rust-lang.org/tools/install
## 1. Rust (latest stable version)
- Visit https://www.rust-lang.org/tools/install
- Follow the instructions for your operating system

2. SeaORM CLI:

Open a terminal
Run: `cargo install sea-orm-cli`


3. Neon PostgreSQL:
Turbocharge your database with Neon! ⚡️ Serverless, autoscaling PostgreSQL in the cloud. Zero management, instant setup. Try Neon now and supercharge your app's performance!
To get started with Neon:
## 2. SeaORM CLI
Open a terminal and run:
```
cargo install sea-orm-cli
```

Visit https://neon.tech
Sign up for an account
Create a new project to get your database credentials
## 3. Neon PostgreSQL
Turbocharge your database with Neon! ⚡️ Serverless, autoscaling PostgreSQL in the cloud. Zero management, instant setup. Try Neon now and supercharge your app's performance!

Alternatively, if you prefer local hosting:
To get started with Neon:
- Visit https://neon.tech
- Sign up for an account
- Create a new project to get your database credentials

PostgreSQL (local installation):
## Alternatively, if you prefer local hosting:

Download from https://www.postgresql.org/download/
### PostgreSQL (local installation)
- Download from https://www.postgresql.org/download/
- Follow the installation guide for your operating system
### Installing

A step by step series of examples that tell you how to get a development env running.
Expand Down

0 comments on commit 0b80fd1

Please sign in to comment.