renattomartins / todo-app-with-react

A simple To Do app with react, express, node and mongodb.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Do App with React

A simple proof of concept of a To Do Web Application using React, Node and MongoDB.

To run:

  1. Clone this project
  2. Backend:
    1. $ cd backend/
    2. $ npm install
    3. $ mongod
    4. $ npm run dev
  3. Frontend:
    1. $ cd ../frontend/
    2. $ npm install
    3. $ npm run dev
  4. Open browser on: http://localhost:8080/

About

A simple To Do app with react, express, node and mongodb.


Languages

Language:JavaScript 95.1%Language:HTML 3.1%Language:CSS 1.8%