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.
- Host: GitHub
- URL: https://github.com/prixladi/survefy
- Owner: prixladi
- Created: 2022-03-13T13:54:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T20:48:16.000Z (almost 2 years ago)
- Last Synced: 2025-03-06T09:58:22.517Z (over 1 year ago)
- Topics: cypress, mongodb, nextjs, react, talwindcss
- Language: TypeScript
- Homepage:
- Size: 616 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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