Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.