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: about 2 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T20:51:35.000Z (about 1 year ago)
- Last Synced: 2025-07-31T03:44:12.083Z (8 months ago)
- Topics: nextjs14, postgres, shadcn-ui, tawilwindcss, vercel-postgres, zod
- Language: TypeScript
- Homepage: https://ipbestreito.vercel.app
- Size: 1.21 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 -d
yarn migrate:up
```
Running the app:
```bash
yarn dev
```
Now, open [http://localhost:3000](http://localhost:3000) with your browser:
```bash
User: master@ipe.com
Password: masterpassword
```
- Or create a new account
## Contributing
[](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