Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 663 Bytes

File metadata and controls

19 lines (13 loc) · 663 Bytes

Frontend repository of Spotgen. Spotgen is a web app built using NextJS, NestJS and MongoDB. Dataset provided by https://www.kaggle.com/saurabhshahane/spotgen-music-dataset.

This is a Next.js project bootstrapped with create-next-app.

Installation

First, initialise the repository as a Next App by running

npm install next react react-dom

Running the app

# development
$ npm run dev

Open http://localhost:3000 with your browser to see the result. Currently the application is for desktop browser only.