Skip to content

webdevtut/Happenstance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issues MIT License LinkedIn


Logo

Happenstance (Mingle 2.0)

Wholesome Dating and Chat Application
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Happenstance Screen Shot

Basic Dating application created from scratch for self-learning and showcase purpose.

Features :

  • Scalable image upload functionality (Cloudinary)

Happenstance Feature Upload

  • Live Chat Functionality (SignalR)

Happenstance Feature Upload

  • Foolproof authentication and responsive for multiple screens 😄

(back to top)

Built With

Following Frameworks are used to make this project

  • Angular
  • .NET
  • Node
  • Postgres
  • Bootstrap

(back to top)

Getting Started

To get a local copy up and running follow these steps.

Prerequisites

Install Node v14+ and .NET 6 SDK

  • npm
    npm install npm@latest -g

Installation

  1. Install Postgres and Nuget for development purpose
  2. Clone the repo
    git clone https://github.com/webdevtut/Happenstance.git
  3. Install NPM packages
    npm install
  4. In API folder create your project API.csproj and run following command
    dotnet watch run

(back to top)

Usage

Create an account on deployed website to see the example🤗.

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • Deployment on Railway app
  • Responsive styling upgrade
  • Upgrade to .NET 6.0
  • Add Features for User Accessibility
    • Camera access on device for taking and uploading straight from device
    • Map integration for future use

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - @tushar-web-dev - tusharlookingforjob@gmail.com

Project Link: https://happenstance.up.railway.app/

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)