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 0b80fd1 commit 4ad288f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,29 +90,30 @@ These instructions will get you a copy of the project up and running on your loc

### Prerequisites

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

## 2. SeaORM CLI
**2.** SeaORM CLI
Open a terminal and run:
```
cargo install sea-orm-cli
```

## 3. Neon PostgreSQL
**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:
- Visit https://neon.tech
- Sign up for an account
- Create a new project to get your database credentials

## Alternatively, if you prefer local hosting:
Alternatively, if you prefer local hosting:

### PostgreSQL (local installation)
**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 4ad288f

Please sign in to comment.