https://github.com/basharst99/sajilni
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.1%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: BasharST99
- Language: TypeScript
- Default Branch: main
- Homepage: https://sajilni.vercel.app
- Size: 88.9 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 1 year ago
· Last pushed about 1 year ago
Metadata Files
Readme
README.md
Sajilni Product App - Technical Assessment
A Next.js application with Prisma (MongoDB) for product management, featuring internationalization (i18n) and RTL support.
Features
- Product listing page
- Product detail page
- Localization (English/Arabic) with language switcher
- RTL layout support for Arabic
- Responsive design with Tailwind CSS
Technologies Used
- Next.js 14
- Prisma ORM
- MongoDB
- Tailwind CSS
- Next.js i18n routing
Prerequisites
- Node.js (v18 or later)
- MongoDB Atlas account (or local MongoDB)
- Git
Getting Started
Follow these steps to set up the development environment:
1. Clone the repository
```bash git clone [https://github.com/BasharST99/sajilni] cd sajilni
2. Install dependencies
bash
npm install
3. Set up MongoDB
- Create a MongoDB Atlas cluster or use a local MongoDB instance.
- Create a
.envfile in the root directory and add your MongoDB connection string:plaintext DATABASE_URL="mongodb+srv://<username>:<password>@cluster.mongodb.net/sajilni?retryWrites=true&w=majority"
4. Set up Prisma
```bash npx prisma generate
```
5. Start the development server
bash
npm run dev
GitHub Events
Total
- Push event: 15
- Create event: 1
- Commit comment event: 4
Last Year
- Push event: 15
- Create event: 1
- Commit comment event: 4