Skip to content

Full Stack app made with Remix, TailwindCss, Prisma and MongoDB where users can Appreciate their team members!

Notifications You must be signed in to change notification settings

bhaveek424/appreciation-

Repository files navigation

Appreciation

Appreciation cover

Social Networking App to appreciate your team members

Tech Stacks

Frontend
Remix Full Stack React Web Framework
TailwindCss A utility-first CSS framework
BACKEND
Remix Full Stack React Web Framework
Prisma Next-generation Node.js and TypeScript ORM
MongoDB Database

Roadmap

  • User register and authentication
  • Appreciation Feed
  • Users sidepanel
  • Recent Appreciations Column
  • Send Appreciations
  • CRUD User Profile
  • Search Bar and filtering Options
  • Preview and modify Appreciation posts
  • Image Uploading
  • Delete User Account
  • Responsive UI

run locally

clone the repo and cd into it

git clone https://github.com/bhaveek424/appreciation- <project-name>
cd <project-name>

install deps

npm i 

add the environment variables required

# Prisma
DATABASE_URL="mongodb..."
SESSION_SECRET="YOUR_SECRET"

fire up prisma

npx prisma db push
npx pisma studio # to preview your data

run the dev server

npm run dev

Screenshots

Login Signup

Home Sending-Appreciation-Post Editing-Profile

Ending note

  • Don't forget to star the repo if you liked the project.

About

Full Stack app made with Remix, TailwindCss, Prisma and MongoDB where users can Appreciate their team members!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published