https://github.com/classroomio/naija-stars
Top Nigerian Open Source Projects
https://github.com/classroomio/naija-stars
Last synced: 11 months ago
JSON representation
Top Nigerian Open Source Projects
- Host: GitHub
- URL: https://github.com/classroomio/naija-stars
- Owner: classroomio
- Created: 2024-11-15T22:05:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T20:52:47.000Z (over 1 year ago)
- Last Synced: 2025-07-11T21:53:10.246Z (11 months ago)
- Language: Svelte
- Homepage:
- Size: 1.8 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# naijastars.dev
Visualization of the open source projects built by Nigerian developers.
## Links
- Webapp - [naijastars.dev](https://naijastars.dev)
- API - [api.naijastars.dev](https://api.naijastars.dev)
- Docs - [naijastars.dev/api](https://naijastars.dev/api)
## Tech Stack
- [Deno](https://deno.com/) - Backend + Runtime
- [Deno Deploy](https://deno.com/deploy) - Deployment
- [Svelte + Vite](https://svelte.dev/) - Frontend
- [Hono](https://hono.dev/) - API
- [Neon](https://neon.tech/) - Database
- [Upstash](https://upstash.com/) - Redis + Rate Limiting
## Demo
[](https://youtu.be/_xsIeTr7ack)
## Commands
Before running any command, make sure you copy the contents of `.env.example` to `.env` and set the correct values.
- `deno run dev` - Start the both frontend and backend servers.
- `deno run be:dev` - Start the backend server.
- `deno run be:scrape` - Scrape the repositories.
- `deno run fe:dev` - Start the frontend server.
- `deno run fe:build` - Build the frontend.
- `deno run fe:preview` - Preview the frontend.
## Credits
### Built with ❤️ by [@classroomio](https://github.com/classroomio)
### Data from [@madeinnigeria](https://github.com/acekyd/made-in-nigeria)