Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAHippo authored Aug 26, 2023
1 parent a0d37d6 commit 57a4d1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@ Before you contribute to Ugle!, check out [the ucanet GitHub page](https://githu
- [x] Cache site descriptions in database
- [x] Make API with cached indexing
- [x] Use new API in frontend
- [x] Use serverside rendering!
## What needs work

- [ ] Paginate results
## Building and Usage
MongoDB is now required along with Go 1.20.
Edit [db.go](https://github.com/JustAHippo/Ugle/blob/main/db/db.go) to reflect your Mongo URI string

Then run:
Uncomment line 6 and 38 before building for the first time in [main.go](https://github.com/JustAHippo/Ugle/blob/main/main.go), then uncomment after first use

After first run, recomment and build once again by running:

```console
user@computer:~$ go build Ugle
```
Expand Down

0 comments on commit 57a4d1b

Please sign in to comment.