ngovanhuong94 / todo-app

Fullstack todo app with MERN stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

  • node
  • npm
  • mongodb
  1. Clone this repository

  2. Install server dependencies

    $ cd server
    $ npm install
  3. Install client dependencies

    $ cd client
    $ npm install

Run the app

  1. Start mongodb locally
    $ mongod
  2. Start the server
    $ cd server
    $ npm start
  3. Start the client
    $ cd client
    $ yarn start
  4. Browse to http://localhost:3000/

License

This project is made available under the MIT License.

About

Fullstack todo app with MERN stack


Languages

Language:JavaScript 78.4%Language:CSS 12.2%Language:HTML 9.5%