This is a matching application to find people with the same music taste. The feature that I'm focusing on is filtering. There is also a profile edit feature.
Be sure to have Git installed on your pc.
javascript $ sudo apt-get update $ sudo apt-get install git $ npm install
And then clone the repository and install the packages that come with it.
javascript $ git clone https://github.com/Txai-HvA/BlokTech.git $ npm install
Use $ npm start
to start the application.
- Node.js
- Nunjucks
- Express
- MongoDB
- Multer
- eslint
- Prettier
- slug
- nodemon
- dotenv
This app uses sass to generate css files. If you don't have the Live Sass Compiler extension installed, you can run this command instead:
npm run compile-sass
This application uses the MIT licence.