Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 884 Bytes

README.md

File metadata and controls

59 lines (38 loc) · 884 Bytes

Formify

App de encuestas utilizando:

  • Next.js
  • styled-components
  • MongoDB
  • Graphql
  • Typescript
  • Redis

Screenshots

Sign Up

Create a form

Answer a form

See subbmisions

See submissions stats

Project setup

You will need node and npm installed globally on your machine.

Install the dependencies

npm install

Development

Start the frontend app

npm run dev

Production

Build the frontend app and the api

npm run build

Start the frontend app

npm run start:app

Start the api

npm run start:dev