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.
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.
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.
Here you can see a live version of the app.
DateIT is built, using:
- Clone the repository:
git clone https://github.com/ralfz123/dating-app-feature.git
- Install dependencies
Now you can navigate to your app, withcd 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
- Run the app
npm node index.js
- 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:)