This project is about building a feature for a matching app. The matching app I created is designed for students who like studying together with other students. To make sure they find the right match, a student can filter on different topics. Some of these topics are age, the thing they are studying and what year they are in. This way, students can find each other depending on the homework they need help with, or to find a study buddy to work with.
First you need to clone the github page in order to get the content of the repository.
git clone https://github.com/KathleenvanDam/Tech-project.git
Next, you need to install some packages that are used:
npm install
At last, start the server typing the following in the terminal:
npm start
Don't forget to check the .env_sample to see what keys you need for the database to work.
This repo uses the MIT License