https://github.com/railly/plantify-monorepo
https://plantify.up.railway.app https://plantify-client.up.railway.app
https://github.com/railly/plantify-monorepo
Last synced: 7 months ago
JSON representation
https://plantify.up.railway.app https://plantify-client.up.railway.app
- Host: GitHub
- URL: https://github.com/railly/plantify-monorepo
- Owner: Railly
- License: mit
- Created: 2022-11-05T02:41:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T13:32:07.000Z (over 3 years ago)
- Last Synced: 2025-02-10T19:06:03.521Z (over 1 year ago)
- Language: JavaScript
- Homepage: plantify-monorepo.vercel.app
- Size: 962 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plantify Mono Repo
This is the mono repo for the Plantify project.
## Apps
- [plantify-api](https://github.com/Railly/plantify-monorepo/tree/main/api): The API for the Plantify project.
- [plantify-client](https://github.com/Railly/plantify-monorepo/tree/main/client): The client for the Plantify project.
## Stack
- [Vite](https://vitejs.dev/)
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [TailwindCSS](https://tailwindcss.com/)
- [MongoDB](https://www.mongodb.com/)
- [Express](https://expressjs.com/)
- [NodeJS](https://nodejs.org/en/)
## Deployment
Both the client and the API are deployed on [Railway](https://railway.app/).
- [plantify-api](https://plantify.up.railway.app)
- [plantify-client](https://plantify-client.up.railway.app)
## License
[MIT](./LICENSE)