Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qonus/bilim-tau
A website where you can find learning materials
https://github.com/qonus/bilim-tau
Last synced: 2 days ago
JSON representation
A website where you can find learning materials
- Host: GitHub
- URL: https://github.com/qonus/bilim-tau
- Owner: Qonus
- Created: 2024-11-08T12:10:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T09:04:06.000Z (3 months ago)
- Last Synced: 2024-11-21T23:16:30.339Z (2 months ago)
- Language: TypeScript
- Size: 7.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bilim-tau
A website where you can find learning materials
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
## Getting Started
First, install npm running following command in your terminal:
```bash
npm install
```Then, create a .env file in the project folder, and fill with following:
MONGODB_URI = "*your mongo uri*"
(watch this guide: **https://youtu.be/VlJ2v6CcWMM?si=RdlKdwZ_yaskvzUq** if you do not know how to get mongo uri)NEXTAUTH_SECRET= "*you next auth secret*"
(to generate next auth secret, past "npx auth secret" in whichever terminal you are using)
NEXTAUTH_URL= "http://localhost:3000/"GOOGLE_CLIENT_ID= "*your client id*"
GOOGLE_CLIENT_SECRET= "*your client secret*"
(follow this article: **https://www.balbooa.com/help/gridbox-documentation/integrations/other/google-client-id** if you
do not know how to create google client id and google client secret. Use "http://localhost:3000/")Then, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](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.
## Used Frameworks/Libraries
- Next.js/React.js
- Next-auth
- mongodb
- shadcn/radix-ui
- scss