Skip to content

A simple socials platform for egg antifan built with Next.js, ElysiaJS, and TailwindCSS

License

Notifications You must be signed in to change notification settings

tiesen243/egg-community

Repository files navigation

A simple socials platform for egg antifan built with Next.js, ElysiaJS, and TailwindCSS

TODO

  • Create a basic layout
  • Create a basic API (elysia)
  • Authentication (lucia)
  • User profiles
  • Update user profiles
  • Change password
  • Reset password
  • Delete account
  • Crete posts
  • Update posts
  • Delete posts
  • Create comments
  • Update comments
  • Delete comments
  • Likes
  • Dislikes
  • Search
  • Follows
  • Following feed
  • SEO

Getting Started

  1. Clone the repository
git clone git@github.com:tiesen243/egg-community.git
  1. Install dependencies
bun install
  1. Add a .env file
touch .env

# Add the following to the .env file
DATABASE_URL=
  1. Run the development server
bun dev
  1. Open http://localhost:3000 with your browser to see the result.

Deploy on Vercel

The easiest way to deploy this project is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

A simple socials platform for egg antifan built with Next.js, ElysiaJS, and TailwindCSS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published