https://github.com/benjaminpla/todo-react
https://github.com/benjaminpla/todo-react
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjaminpla/todo-react
- Owner: benjaminPla
- Created: 2021-10-12T16:17:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T17:17:42.000Z (over 3 years ago)
- Last Synced: 2025-02-06T20:02:17.082Z (3 months ago)
- Language: JavaScript
- Size: 421 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TODO
##### React + Express + SQL (sequelize) + Bootstrap
### You will need
- [XAMPP](https://www.apachefriends.org/es/index.html)
### Step by step
1. Clone GitHub repository. _You can run this command on your console_
```
git clone https://github.com/benjaminPla/todo-react.git
```2. Install all the necesary packages. _In the project directory you can run this command on your console_
```
npm i
```3. Create 'todo' database from XAMPP. _You can run this command on the 'SQL' tab in http://localhost/phpmyadmin/index.php_
```
CREATE DATABASE IF NOT EXISTS todo;
```4. Start the server. _You can run this command on your console_
```
node app.js
```5. Start the app. _You can run this command on your console_
```
npm start
```### Author
- [Benjamin Pla](https://www.linkedin.com/in/benjamin-pla/)