REST API using Node.js
This is a basic Todo list application made using React.js, Node.js, and MongoDB as the database
Steps:
- npm i - on both frontend and server
- Create a .env file in the frontend and copy the first environment variable to it
- Create another .env file in the server and copy the next 2 variables to it
- npm start - on frontend
The site is hosted on netlify: The URL for the site is here
The server is hosted in replit