Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miriarte33/contacts
Full Stack CRUD Contacts app using MySQL
https://github.com/miriarte33/contacts
Last synced: about 15 hours ago
JSON representation
Full Stack CRUD Contacts app using MySQL
- Host: GitHub
- URL: https://github.com/miriarte33/contacts
- Owner: miriarte33
- Created: 2018-11-14T23:30:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T04:29:06.000Z (almost 6 years ago)
- Last Synced: 2023-12-26T20:54:50.986Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contacts #
Fullstack Contacts app built with Express to communicate with a MySQL database in the backend and React for the frontend. Store and delete contacts saved in a local database.
## To Run ##
### Dependencies ###
[MySQL](https://www.mysql.com/downloads/) must be downloaded and an account must be created in order to use this program. Create a database called contacts in MySQL before proceeding.
### Instructions ###
Use ```npm install``` to install all express dependencies. Create a .env file in the root directory and place your MySQL password in there like this:
```PASSWORD = "*****************"```. To start the project, use ```npm start```
Afterwards, cd into the client directory and run ```npm install``` again to install all react dependencies. Back in the root directory, use ```npm run dev``` to start the express server on port 5000 and the react app on port 3000.