Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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).

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`