/fullstack-todos

This is a MERN fullstack todos app. It has complete REST api backend with nodejs and mongodb. client side developed with the reactjs components.

Primary LanguageJavaScript

MERN Stack Task App

This App is Built with the frontend with React and Bootstap 4 & Backend with the Nodejs, Express and Mongodb Client => holds the frontend Server => holds the backend

Screenshot for this todolist app

todolist

Start work

cd client && cd server

Install dependencies

npm install for both client and server side dependencies

Run Both client and server

client => npm start server => node index.js

visit browser

https://localhost:3000