Git Product home page Git Product logo

ease-erp-solutions's Introduction

Setting Up Env Variable

GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret
NEXTAUTH_SECRET=your_nextauth_secret
NEXTAUTH_URL=http://localhost:3000  # changed in production
MONGODB_URL=your_mongodb_connection_string
RZP_KEY=key_of_your_razorpay_account
RZP_SECRET=secret_of_your_razorpay_account
RZP_CUSTOMER_ID=customer-id_of_your_razorpay_account  # changed in production
MAIL_USER=your_email_of_gmail_servise
CLIENT_ID=client_id_of_gmail_service_google_cloud_gmail_api
CLIENT_SECRET=client_secret_of_gmail_service_google_cloud_gmail_api
REDIRECT_URI=https://developers.google.com/oauthplayground
REFRESH_TOKEN=get_it_from_https://developers.google.com/oauthplayground_with_id,secret_of_Gmail_API

Getting Started

First, install the dependencies

npm install 

To run the development server:

npm run dev 

To build and start a production-like environment:

npm run build

Then,

npm run start

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

ease-erp-solutions's People

Contributors

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