A fullstack application built with Svelte/Sapper on the frontend and Node/Express on the backend.
This repo contains the backend server for serving the svelte news app.
.env
in the root directory and add:DATABASE=<your-mongodb-connection-string>
PORT=5000
npm install
npm run dev
(or npm run start
for production mode)