Skip to content

varunkrishna711/NodeRestAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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