https://github.com/ref-bit/car-trader
A Nextjs app to search for car models powered by SQLite and Material-UI
https://github.com/ref-bit/car-trader
api material-ui nextjs reactjs sqlite sqlite3
Last synced: about 1 month ago
JSON representation
A Nextjs app to search for car models powered by SQLite and Material-UI
- Host: GitHub
- URL: https://github.com/ref-bit/car-trader
- Owner: Ref-Bit
- Created: 2020-06-20T12:36:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T20:12:46.000Z (about 1 year ago)
- Last Synced: 2025-03-11T15:52:36.249Z (11 months ago)
- Topics: api, material-ui, nextjs, reactjs, sqlite, sqlite3
- Language: TypeScript
- Homepage:
- Size: 869 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Car Trader 🚗🔁
A Nextjs app to search car models, powered by SQLite and Material-UI.
---
#### Built With
- [Nextjs](https://nextjs.org) - A Reactjs Framework.
- [SQLite](https://www.sqlite.org) - SQLite is a self-contained, serverless, zero-configuration, transactional SQL database engine.
- [Material-UI](https://material-ui.com) - React components for faster and easier web development.
#### Getting Started
- Run `npm install && npm run dev` to run the app successfully.