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 86e6e74 commit 557098c
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,28 @@ These instructions will get you a copy of the project up and running on your loc

What things you need to install the software and how to install them.

1. Rust (latest stable version):
Visit https://www.rust-lang.org/tools/install

- Rust (latest stable version)
- [SeaORM CLI](https://www.sea-ql.org/SeaORM/docs/generate-entity/sea-orm-cli)
- [Neon PostgreSQL](https://neon.tech)
- Or if you want to hose your PostgreSQL, you may install PostgreSQL in your local machine
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:

Visit https://neon.tech
Sign up for an account
Create a new project to get your database credentials

Alternatively, if you prefer local hosting:

PostgreSQL (local installation):

Download from https://www.postgresql.org/download/
### Installing

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

0 comments on commit 557098c

Please sign in to comment.