Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kabirjaipal/todo-app-in-ts

A Simple Todo Application Made in React JS in TypeScript and Backend in Written in Nodejs and Mongodb
https://github.com/kabirjaipal/todo-app-in-ts

backend development expressjs frotend htmlcssjs mongodb mongoose nodejs react reactjs server-side todo todolist typescript web webdevelopment website

Last synced: 14 days ago
JSON representation

A Simple Todo Application Made in React JS in TypeScript and Backend in Written in Nodejs and Mongodb

Awesome Lists containing this project

README

        

# Todo App

A Simple Todo Application Made in React JS in TypeScript and Backend in Written in Nodejs and Mongodb

# How to Use
first of all download the code and then open terminal in folder then ```cd client``` and then ` npm install` and then again type `cd ..` to go back in dir and then type `cd server` and then type `npm install` to install dependecies now close terminal and open two terminal in Todos app directory for clien and server folder then to run client type `npm run dev` and to run Backend type `npm start`

# Technologies use to create this todo app
- React JS
- Express JS
- TypeScript
- MongoDB
- Axios
- Cors
- Vite JS
- etc

## Environment Variables

To run backend , you will need to add the following environment variables to your .env file

`MONGO_URL`

`PORT`