Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcenojackson/ipe
An web app to manage events, musics and people in the Presbyterian Church from Estreito/Floripa(SC)
https://github.com/arcenojackson/ipe
nextjs14 postgres shadcn-ui tawilwindcss vercel-postgres zod
Last synced: 13 days ago
JSON representation
An web app to manage events, musics and people in the Presbyterian Church from Estreito/Floripa(SC)
- Host: GitHub
- URL: https://github.com/arcenojackson/ipe
- Owner: arcenojackson
- License: mit
- Created: 2024-09-04T15:05:21.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T23:06:17.000Z (21 days ago)
- Last Synced: 2024-10-20T09:49:28.329Z (19 days ago)
- Topics: nextjs14, postgres, shadcn-ui, tawilwindcss, vercel-postgres, zod
- Language: TypeScript
- Homepage: https://ipbestreito.vercel.app
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IPE
An web app (PWA) to manage events, musics and people in the Presbyterian Church from Estreito/Floripa(SC)
## Features
- Events view: Visualize your events calendar
- Music Library: Manage the church's music repertoire
- Member Directory: Keep track of church worship members and their information
- Planning Tools: Organize and plan church activities
## Getting Started
### Prerequisites
- Docker
- Node >=20.12
- Yarn### Running
First of all, setup the .env file copying the content of .env.example to a new file named ".env":
```bash
cp .env.example .env
```Installing dependencies:
```bash
yarn
```Setting up database:
```bash
docker compose up -dyarn migrate:up
```Running the app:
```bash
yarn dev
```Now, open [http://localhost:3000](http://localhost:3000) with your browser:
```bash
User: [email protected]
Password: masterpassword
```- Or create a new account
## Contributing
[![Run Migrations](https://github.com/JacksonFA/ipe/actions/workflows/migirations.yml/badge.svg)](https://github.com/JacksonFA/ipe/actions/workflows/migirations.yml)
For contribute to the project:
- Fork this project; [(Click here)](https://github.com/JacksonFA/ipe/fork)
- Add your contribute;
- Use `yarn commit` command to create a conventional commits;
- Create a pull request;## License
MIT