Giter Site home page Giter Site logo

idan-garay / hive Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 361 KB

A dynamic social platform that combines the best of Twitter’s brevity with a touch of community magic. Hive encourages meaningful interactions in 280 characters or less. Share your thoughts, follow your favorite bees (users), and discover trending hives (topics). Whether you’re buzzing about tech, art, or cat memes, Hive’s got you covered

Home Page: https://hive-sepia-five.vercel.app

TypeScript 96.78% CSS 0.53% JavaScript 1.84% Shell 0.85%

hive's Introduction

Create T3 App

This is a T3 Stack project bootstrapped with create-t3-app.

What's next? How do I make an app with this?

We try to keep this project as simple as possible, so you can start with just the scaffolding we set up for you, and add additional things later when they become necessary.

If you are not familiar with the different technologies used in this project, please refer to the respective docs. If you still are in the wind, please join our Discord and ask for help.

Learn More

To learn more about the T3 Stack, take a look at the following resources:

You can check out the create-t3-app GitHub repository — your feedback and contributions are welcome!

How do I deploy this?

Follow our deployment guides for Vercel, Netlify and Docker for more information.

hive's People

Contributors

idan-garay avatar

Watchers

 avatar

hive's Issues

Implement the backend for onboarding users

As a backend developer, I want to create an API for user onboarding, so that new users can join our platform.

Acceptance Criteria:

  • API endpoint for register user: Given that a new user submits their registration details, Then an API endpoint should be available to handle user registration.
  • User Authentication: Given a registered user attempts to log in, Then the API should verify credentials and issue an access token.
  • Profile Initialization: Given a successful login, Then the backend should store relevant information (e.g., name, email) in the database.
  • Welcome Email Notification: Given a new user completes registration, Then a welcome email should be sent to the user.
  • Error Handling: Given any unexpected errors during registration or login, Then appropriate error responses (with status codes) should be returned.
  • Testing and Documentation (Quality Assurance): Given the implementation is complete, Then comprehensive unit tests and clear documentation should be provided.

Tasks:

  • Plan Database for onboarding users
  • Initialize a monolith app repository
  • Setup database and env variables
  • Create a register endpoint
  • Create a login endpoint
  • Send an email via an SMTP service when upon successful registration
  • ... Error handling
  • ... Testing and documentation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.