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

https://github.com/strml/test-again


https://github.com/strml/test-again

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# test again

This project was generated by a Second Bot. Go to [www.second.dev](https://www.second.dev) to learn more.

## Getting Started

1) Install packages

```bash
npm install
```

2) Run the development server

```bash
npm run dev
```

3) Open [http://localhost:3000](http://localhost:3000) with your browser.

## Getting Started with Prisma Database

```bash
npx prisma generate
npx prisma migrate dev
```