Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezzylan/residential-energy-monitoring-system
https://github.com/ezzylan/residential-energy-monitoring-system
astro daisyui neo4j supabase
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ezzylan/residential-energy-monitoring-system
- Owner: ezzylan
- License: mit
- Created: 2024-06-26T08:23:36.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-11-06T02:51:41.000Z (14 days ago)
- Last Synced: 2024-11-06T03:36:54.665Z (14 days ago)
- Topics: astro, daisyui, neo4j, supabase
- Language: TypeScript
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Residential Energy Monitoring System
A simple website that enables users to search for households, appliances, locations and energies, replicating actual energy monitoring systems for residential areas.
## Features
- Search for households, appliances, locations and energies
- Switch between Neo4j and PostgreSQL## Screenshots
### Home Page
![Home Page](public/homepage.jpeg)
### Search Page
![Search Page](public/searchpage.jpeg)
## Tech Stack
**Frontend:** Astro, TailwindCSS, DaisyUI, AlpineJS
**Backend:** Neo4j, Supabase
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file:
### Neo4j
- `NEO4J_URI`
- `NEO4J_USERNAME`
- `NEO4J_PASSWORD`### Supabase
- `SUPABASE_URL`
- `SUPABASE_KEY`## Run Locally
Clone the project:
```bash
git clone https://github.com/ezzylan/residential-energy-monitoring-system
```Go to the project directory:
```bash
cd residential-energy-monitoring-system
```Install dependencies:
```bash
bun install
```Start the server:
```bash
bun dev
```## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.
## License
[MIT](https://choosealicense.com/licenses/mit/)