https://github.com/lruizap/todo_app
This TODO APP is divided into a database (SQL), a server (NodeJS) and a mobile App (React Native).
https://github.com/lruizap/todo_app
mysql nodejs react-native
Last synced: 5 months ago
JSON representation
This TODO APP is divided into a database (SQL), a server (NodeJS) and a mobile App (React Native).
- Host: GitHub
- URL: https://github.com/lruizap/todo_app
- Owner: lruizap
- Created: 2023-09-12T10:51:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T11:45:13.000Z (almost 2 years ago)
- Last Synced: 2024-12-30T17:51:39.287Z (7 months ago)
- Topics: mysql, nodejs, react-native
- Language: JavaScript
- Homepage:
- Size: 320 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo_App
This TODO APP is divided into a database (SQL), a server (NodeJS) and a mobile App (React Native).
By using React Native, we can create applications for both iOS and Android with the same code.
The server can be implemented with many technologies, but in our case, we are going to use NodeJS with ExpressJS to create our API.
Finally, we will use a relational SQL database because this application, being simple, will make development much easier.
To start the server section:
`cd ./server`
`yarn dev`To start the client section
`cd ./client`
`npx expo start`