A web application that maps out community-supported agriculture based on crowdsourced data.
Deploy this app to Linode with a free $100 credit!
Production
Preview
Teikei is a web application and API that maps out community-supported agriculture in Germany, Switzerland, and Austria, based on crowdsourced data.
It is used by
The repository is a monorepo consisting of 3 modules:
Teikei API is a Node application written with Feathers using Express as a server. It exposes a JSON REST API, data is stored in PostgreSQL. It also includes a job queue built with node-schedule.
Teikei Map is a Single Page Application built with React and Redux. It was generated with the default create-react-app with added Sass support. Uses leaflet to display the map, feathers-client to connect to the API backend, joi for validation, superagent as a REST client.
Teikei Admin allows content moderators and administrators to update and manage stored data. It connects to the same Teikei API backend application as the frontend module, but through separate Admin API endpoints. It's built with crudl.io, an open-source admin dashboard.
The monorepo makes use of yarn workspaces and lerna and provides top-level scripts to run a complete Teikei application stack with a single command and to conveniently work with all 3 modules from a single repository.
Teikei requires node >= 18, yarn and PostgreSQL >= 9.5.
Clone the repository and install dependencies
git clone https://github.com/teikei/teikei
cd teikei
yarn install
You need to create an .env
file in the root directory which contains the environment variables needed to run the project. The included .env.sample
file lists the variables which need to be set.
Teikei rquires Post
yarn dev
yarn dev-admin
yarn build
either in the root directory to build all modules or individually in module subfolders. The build output will be copied to the /build folders of modules.knex seed:run
inside the /api folderusername | password | roles |
---|---|---|
superadmin@example.com | admin | superadmin |
admin@example.com | admin | admin |
user@example.com | admin | user |
We use Taiga to plan upcoming features and track bugs. If you want to participate, it's probably a good idea to look for open issues there. Before working on bigger features, however, it's advisable to get in contact with us, so that we can coordinate progress a little.
Bugs, Issues and Feature requests can be added as issues here on Github, they will be automatically exported to our Taiga Bug tracker.
Please login to review this project.
No reviews for this project yet.
Online marketplace for local food. It enables a network of …
Open source web app to help people build a better and susta…
User-friendly open source software for food-coops.
Comments (0)
Please login to join the discussion on this project.