Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kabirjaipal/todo-app-in-ts
- Owner: kabirjaipal
- License: mit
- Created: 2022-10-28T02:35:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T02:57:00.000Z (over 2 years ago)
- Last Synced: 2024-11-17T03:04:01.936Z (3 months ago)
- Topics: backend, development, expressjs, frotend, htmlcssjs, mongodb, mongoose, nodejs, react, reactjs, server-side, todo, todolist, typescript, web, webdevelopment, website
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`