Giter Site home page Giter Site logo

modheshwari's Introduction

Getting Started

First, run the development server:

yarn install # to install dependcies
yarn add next react react-dom
yarn add --dev @types/react @types/react-dom
yarn add --dev typescript @types/react @types/node @types/react-dom
yarn add @next-auth/prisma-adapter
yarn dev # to start server

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

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

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

System Design

Image

View the Actual Design

To contribute,

  1. fork this repo

  2. clone the repo you just forked

git clone https://github.com/path/to/your/repo #not actual command
  1. Create the changes, internal comments explaining them are appreciated. add the changes along with the comments where you did ,what you did and what you changed.

  2. commit and push

git add .
git commit -m "message"
git push origin main
  1. create a pull request- go to your github and create a pull request.

  2. Add necessary details, comments if any about the pull request.

  3. Click on Create PR.

  4. Getting Started with DataBase-> to add Prisma and the Prisma Client yarn add prisma --dev yarn add @prisma/client Initialize Prisma yarn prisma init

  5. Set the DATABASE_URL in the .env file to point to your existing database. If your database has no tables yet, read https://pris.ly/d/getting-started define the schema in prisma/schema.prisma

generate the client yarn prisma generate

run the studio yarn prisma studio

  1. For the FrontEnd code you can go to app/page.tsx and start the stuff

  2. For the BackEnd code just start at app/api and start the stuff

modheshwari's People

Contributors

nalindalal avatar samarth-nagar avatar deep0304 avatar github-actions[bot] 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.