/fullstack-js-app-backend

Study on FullStack Javascript App Backend

Primary LanguageJavaScript

fullstack-js-app-backend

Follow the Digital Ocean Tech Talk Demo for a simple JS App

Create a Managed MongoDB Database on Digital Ocean

  • Copy the connetion string
  • Download the CA certificate

Create the Backend

  • Download the backend folder
  • run npm install
  • run npm run dev

Deploy the backend to Heroku

  • This backend live in link
  • Connects to MongoDB on Atlas

Create the Frontend