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

https://github.com/ericmaya8a/simple-mvp

Simple MVP example
https://github.com/ericmaya8a/simple-mvp

Last synced: over 1 year ago
JSON representation

Simple MVP example

Awesome Lists containing this project

README

          

# Simple MVP

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

The project use the following technologies:

- [Next.js](https://nextjs.org/docs)
- [Prisma.io](https://www.prisma.io/docs)
- [tailwindcss](https://tailwindcss.com/docs/installation)
- [docker.com](https://docs.docker.com/compose/)

## Getting Started

1. Install [`docker desktop`](https://docs.docker.com/desktop/install/mac-install/)
2. Install dependencies:

```bash
npm install
```

3. Run the development server:

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.