Skip to content

Shoetan/RepoRater

 
 

Repository files navigation

Screenshot 2023-12-13 at 11 00 00 Screenshot 2023-12-13 at 09 27 37

This is a Next.js project bootstrapped with create-next-app.

Technologies used

  • NextJS
  • Appwrite
  • DaisyUI (Tailwind)

Getting Started

  1. Sign up to Appwrite and create a project (free)
  2. Create database
  3. Create collections app with the attributes
    • ratings: integer
    • repos: integer
    • stars: integer
    • create empty document with 0 for each attribute
  4. Create collections ratings with the attributes
    • url: url
    • username: string
    • rating: integer
  5. Create collections repos with the attributes
    • url: url
    • description: string
    • name: string
    • votes: integer
    • rating: double
    • owner: string
    • logo: string
  6. Copy .env.example template file to .env
  7. Get you private keys from Appwrite and add them to .env template (all data are required)
  8. Run the development server with:
npm ci
npm run dev

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.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Rate GitHubrepos for Develop Experience (DX)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • CSS 0.2%