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

https://github.com/prixladi/survefy

Webapp for creating and sharing surveys. Work in progress.
https://github.com/prixladi/survefy

cypress mongodb nextjs react talwindcss

Last synced: 4 months ago
JSON representation

Webapp for creating and sharing surveys. Work in progress.

Awesome Lists containing this project

README

          

# Survefy (Work in progress)

Webapp fo creating and sharing surveys.

Right now only landing page and authorization is implemented.

![LP](public/assets/baseImage.png)

## Development

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).

First start mongodb container, using docker-compose

```bash
docker-compose up -d
```

Then, run the development server:

```bash
yarn dev
```

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