Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 598 Bytes

File metadata and controls

17 lines (11 loc) · 598 Bytes

NodeRestAPI

REST API using Node.js

This is a basic Todo list application made using React.js, Node.js, and MongoDB as the database

Steps:

  1. npm i - on both frontend and server
  2. Create a .env file in the frontend and copy the first environment variable to it
  3. Create another .env file in the server and copy the next 2 variables to it
  4. npm start - on frontend

The site is hosted on netlify: The URL for the site is here

The server is hosted in replit