ViaxCo / todolist-v3-react-netlify-functions

Create Todo Lists for different purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todolist-v3-react-netlify-functions

This app lets you create various todo lists with their individual items, built using React, Redux, Netlify Functions and MongoDB for the database.

This app is a clone of todolist-v3-react that used Node.js and Express to create the api endpoints, but instead serverless functions are being used in this case.

How to use

Clone the project:

git clone https://github.com/ViaxCo/todolist-v3-react-netlify-functions.git

Install dependencies:

npm install

Create a .env file for this environment variable:

MONGO_URI=

Run the dev server:

npm run dev

Build out the project for production:

npm run build

About

Create Todo Lists for different purposes

License:MIT License


Languages

Language:TypeScript 81.5%Language:JavaScript 15.9%Language:HTML 2.6%