To start the website + server run npm start
npm start
Make sure you create a .env file in the root of the project and add URL=your_mongodb_uri also add KEY=secret the secret can be anything, this will be used for encrypting data.
URL=your_mongodb_uri
KEY=secret