DEV Community

Megha Paul
Megha Paul

Posted on

Register application with Appwrite

Overview of My Submission

Built a registration application with the help Appwrite API where the users can register and after registering their details will be posted to the Appwrite database.

Checkout my application here:

Register App

Submission Category:

Web2 Wizards

Link to Code

Register App

React Appwrite DigitalOcean

Register app is a simple application where the users can register with their first name , last name and email and after clicking the submit button , the user details will be stored in Appwrite database.

Link: https://register-app-megha.netlify.app/

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Workflow

image This project is built during the Appwrite Hackathon on Dev




Additional Resources / Info

Frontend : ReactJs

Backend : Appwrite

Workflow of application

image

Screenshot of application

image
The user details are being stored in the Appwrite database in the following way
image

This project is built during the Appwrite Hackathon on Dev

Top comments (1)

Collapse
 
anomic30 profile image
Anom Chakravorty (he/him)

Great!