Skip to content

Simple Todo List with React in client side and Express in server side

Notifications You must be signed in to change notification settings

fawwaz37/mern-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

MERN-TODO

Simple Todo List with React in client side and Express in server side

Installation

Requirements

Cloning this repo

> git clone https://github.com/fawwaz37/mern-todo.git
> cd mern-todo

Use code . to open file in VS Code

> code .

Editing the file

Change .env.example to .env and paste your connection string (Mongodb)

// ex Mongodb Atlas : mongodb+srv:/xxx
mongoDB=

How to Get Mongodb String

You can see in repo nodejs-restapi

Installing the dependencies

Split your Terminal, Then

> cd client
> npm install

and

> cd server
> npm install

Running App

npm start for both

> npm start

Then Browse http://localhost:3000 You will see the Homepage.

About

Simple Todo List with React in client side and Express in server side

Topics

Resources

Stars

Watchers

Forks