Coder Social home page Coder Social logo

notes's Introduction

Notes app

This app deployed to https://notes.makhmudjon.com and ready to be tested, its only for demonstration purpose, not produciton usage!!!

Admin user credentials

Email: [email protected]
Password: `N7mq3Cy2ux4JAP5E8ylxlAzV`

Anyone has the ability to create a new account, and every freshly registered user is assigned a standard user role.

Requirements

  • Auth0 - You need to have auth0 account, and create new app. Get domain and clientId of new app then create new environment variables VITE_AUTH0_DOMAIN and VITE_AUTH0_CLIENTID respectively. You should also copy auth0>actions>login.flow.js and create new login flow in auth0 to include user roles in their token claim.
  • Github - Github gists is used to store notes, because its free and secure🤞. Get your access token and create new gist then collect values in .env file VITE_GISTS_TOKEN, VITE_GISTS_ID and VITE_GISTS_NAME respectively

How to start

After completing above, you will have .env file like below:

VITE_AUTH0_DOMAIN=***
VITE_AUTH0_CLIENTID=***
VITE_GISTS_TOKEN=***
VITE_GISTS_ID=***
VITE_GISTS_NAME=***

Install dependencies

npm install

If you want to run tests

npm run test

Start the development server with vite

npm run dev

That's all, you can now open your browser, http://localhost:5173/.

notes's People

Contributors

makhmudjon-inadullaev avatar

Watchers

 avatar

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.