Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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


IPE App Screenshot
IPE App Screenshot
IPE App Screenshot
IPE App Screenshot

## 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: [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