Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrleebo/celeb-like-me
an example blitz.js app, enter your GitHub username and it tells you the celebrity you look like
https://github.com/mrleebo/celeb-like-me
Last synced: 26 days ago
JSON representation
an example blitz.js app, enter your GitHub username and it tells you the celebrity you look like
- Host: GitHub
- URL: https://github.com/mrleebo/celeb-like-me
- Owner: MrLeebo
- Created: 2020-04-28T14:38:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:31:49.000Z (about 2 years ago)
- Last Synced: 2024-12-15T19:55:49.871Z (27 days ago)
- Language: TypeScript
- Homepage: https://celeb-like-me.now.sh/
- Size: 2.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# celeb-like-me
## Getting Started
1. Ensure you have Postgres installed locally
2. Set the `DATABASE_URL` environment variable, something like this:```
DATABASE_URL=postgresql://@localhost:5432/blitz-example-store
```3. DB migrate
```
blitz db migrate
```4. Start the dev server
```
blitz start
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.