Code Monkey home page Code Monkey logo

appwrite-auth-demo's Introduction

Appwrite + ReactJS = ❤

This example is to showcase Appwrite's JS API with React by creating a Google drive clone using Appwrite Auth, database, Storage and realtime.

Getting Started

To get started we will need to generate the collections. Start by making a new project in the Appwrite console. Now you will have to create an API key that the migration script is gonna use you can do this under the "API KEYS" tab on your appwrite console. Now go into the "appwrite_setup" folder in this project and copy the .env.example file and rename it to .env, then you have to fill in all the options otherwise the migration script won't run. Once you did that you will have to install the packages so the script can run:

yarn install

Now you try running the script by using the following command:

node migrate.js

This will return 2 collection ID's save these somewhere and remember which ID belongs to what collection. Now go back to the main folder and copy the .env.example again, now name it .env.local you will again have to fill in all the options including the 2 ID's you got from running the script. Now you will again have to install all the packages using:

yarn install

Once you did that you're all good to go. Now you can start the app by running the following command:

yarn start

Screenshots

Login Signup Forgot-Password Dashboard Create-Folder Dashboard

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.