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

https://github.com/n4ze3m/real-me

Open source BeReal
https://github.com/n4ze3m/real-me

bereal

Last synced: 3 months ago
JSON representation

Open source BeReal

Awesome Lists containing this project

README

        

# Real Me

> Currently demo is not working

Just another social network. Inspired from BeReal

## Features

- [x] User registration
- [x] User login
- [x] User profile
- [x] Upload Real
- [x] Real feed both friends and public
- [x] Friend request
- [x] Friend list
- [x] Notifications
- [] Search
- [] User profile edit

## Getting Started

In order to run this project you need to have Supabase and Courier API keys. You can get them from [Supabase](https://supabase.io) and [Courier](https://courier.com).

### Prerequisites

- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/)
- [Supabase](https://supabase.io)
- [Courier](https://courier.com)
- [Redis](https://redis.io/)

### Installing

*Note*: For detailed instructions on how to install and run this project, please refer to the [SETUP](SETUP.md) file.

1. Clone the repository

```bash
git clone https://github.com/n4ze3m/real-me.git
```

2. Install dependencies

```bash
yarn
```

3. Create a `.env` file from `.env.example` and fill in the required values

```bash
cp .env.example .env
```

4. Start the development server

```bash

yarn dev
```

## Built With

- [Next.js](https://nextjs.org/)
- [Supabase](https://supabase.io)
- [Courier](https://courier.com)

# License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

# Contributing

If you want to contribute to this project, please read the [CONTRIBUTING](CONTRIBUTING.md) file for details.

# Attribution

This project is inspired by [BeReal](https://bereal.com) and is not affiliated with them in any way.