fawwaz37 / mern-todo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 86.8%Language:HTML 13.0%Language:Shell 0.2%