Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiesen243/egg-community
A simple socials platform for egg antifan built with Next.js, ElysiaJS, and TailwindCSS
https://github.com/tiesen243/egg-community
cloudinary elysiajs lucia-auth mongodb nextjs14 prisma-orm showcase
Last synced: about 2 months ago
JSON representation
A simple socials platform for egg antifan built with Next.js, ElysiaJS, and TailwindCSS
- Host: GitHub
- URL: https://github.com/tiesen243/egg-community
- Owner: tiesen243
- License: mit
- Created: 2024-04-15T05:41:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T18:59:20.000Z (4 months ago)
- Last Synced: 2024-09-06T22:20:33.437Z (4 months ago)
- Topics: cloudinary, elysiajs, lucia-auth, mongodb, nextjs14, prisma-orm, showcase
- Language: TypeScript
- Homepage: https://egg-community.vercel.app
- Size: 622 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Egg Community
This is a social network for the Egg Community. It is built with the [T3 Stack](https://create.t3.gg/), which is a full-stack framework for building modern web applications.
## Tech Stack
- [Next.js](https://nextjs.org/)
- [ElysiaJS](https://elysiajs.com/)
- [Prisma](https://www.prisma.io/)
- [Lucia](https://lucia-auth.com/)
- [Cloudinary](https://cloudinary.com/)
- [Resend](https://resend.com/)## Features
- User authentication
- User profiles
- Posts
- Comments
- Likes
- Follows## Getting Started
To get started, clone this repository and run the following commands:
```bash
# using npm
npm install# using yarn
yarn install# using pnpm
pnpm install# using bun
bun install
```Then, add a `.env` file to the root of the project with the following environment variables:
```bash
cp .env.example .env
```Finally, run the following command to start the development server:
```bash
# using npm
npm run dev# using yarn
yarn dev# using pnpm
pnpm dev# using bun
bun dev
```## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.