Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T13:30:48.000Z (over 1 year ago)
- Last Synced: 2023-09-14T03:21:25.947Z (over 1 year ago)
- Topics: mysql, nodejs, react-native
- Language: JavaScript
- Homepage:
- Size: 194 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`