Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewithmike01/todo-list-flask-react
https://github.com/codewithmike01/todo-list-flask-react
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codewithmike01/todo-list-flask-react
- Owner: codewithmike01
- License: mit
- Created: 2023-08-17T07:14:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-22T01:34:46.000Z (about 1 year ago)
- Last Synced: 2024-08-20T16:43:31.695Z (3 months ago)
- Language: TypeScript
- Size: 6.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask TodoList
This project showcases Todo list with Reactjs , typescript and python flask
## Video preview
https://github.com/Ginohmk/Todo-list-flask-React/assets/58771507/54c7fc9e-c63a-4662-b371-dc0118b86864
## Live Link (Not avialable yet)
## Getting Started
### Installing Dependecies
#### Installing Node and NPM
This project depends on Nodejs and Node Package Manager (NPM). Before continuing, you must download and install Node (the download includes NPM) from [https://nodejs.com/en/download](https://nodejs.org/en/download/).
### Frontend setup
#### Clone project
In the project directory,in your terminal, you can run:
```cmd
git clone https://github.com/Ginohmk/Todo-list-flask-React.git
``````cmd
cd client
``````cmd
npm i
``````cmd
npm start
```
In the project directory, you can run:#### `npm start`
> Runs the app in the development mode. Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes. You may also see any lint errors in the console.
### Backend setup
```cmd
cd server/venv
``````cmd
cd pip install -r requirements.txt
``````cmd
FLASK_APP=app.py FLASK_DEBUG=1 flask run
```
👤 **Kanu Mike**
- GitHub: [@Ginohmk](https://github.com/Ginohmk)
- Twitter: [@michotall95](https://www.twitter.com/michotall95)
- LinkedIn: [@kanumike](https://www.linkedin.com/in/kanu-mike-dev/)
- Instagram: [@savy_kanu_mike](https/instagram.com/savy_kanu_mike)
- Facebook: [@mike.kanu](https://www.facebook.com/mike.kanu)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Ginohmk/Todo-list-flask-React/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
## 📝 License
[This project is [MIT](https://github.com/Ginohmk/Todo-list-flask-React/blob/dev/LICENSE) licensed.
..