Skip to content

ralfz123/DateIT

 
 

Repository files navigation

For our project Tech, the intention is that we eventually make a dating app together with a project group. The first part of the project is completely individual. You come up with a feature for a dating app and work it out. At the end of the project, you only combine all the features of everyone into one app. And that app is called: DateIT.

Take a look at our process in the Wiki.

❤️ What is DateIT?

In DateIT you can create an account and like users. When there is a match between you and the other user, it appears on the matchlist.

😍 Jobstories

When I'm looking for a serious connection with someone,
I would like to create a personal account,
so that others can find me .

When I sign up with a dating app,
I want to be able to register or log in quickly and easily,
so I can start searching singles right away.

When I'm logged into the dating app,
I want to be able to like other users,
so that (maybe) eventually a match will come.

💻 Live version

Here you can see a live version of the app.

🤓 Technical summary

DateIT is built, using:

⚙️ Install

  1. Clone the repository:
git clone https://github.com/ralfz123/dating-app-feature.git
  1. Install dependencies
    Now you can navigate to your app, with cd datingapp-feature. The package.json file contains all the required modules. You can install all the necessary modules (dependencies) with the following command:
npm install

💻 Usage

  1. Run the app
npm node index.js
  1. To use the app, go to http://localhost:5000/ in your browser. Enjoy it!
    (:heavy_exclamation_mark: Ask us the link to connect to our database :heavy_exclamation_mark:)

📈 Database structure

👮 License

MIT © License

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.6%
  • HTML 37.4%
  • CSS 23.0%