Simple Todo List with React in client side and Express in server side
Requirements
> git clone https://github.com/fawwaz37/mern-todo.git
> cd mern-todo
Use code .
to open file in VS Code
> code .
Change .env.example
to .env
and paste your connection string (Mongodb)
// ex Mongodb Atlas : mongodb+srv:/xxx
mongoDB=
You can see in repo nodejs-restapi
Split your Terminal, Then
> cd client
> npm install
and
> cd server
> npm install
npm start for both
> npm start
Then Browse http://localhost:3000 You will see the Homepage.