Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronmoroney/groupomania-employee-engagement
Full-stack responsive social media style CRUD app that allows for user authentication & posts read/unread - React
https://github.com/aaronmoroney/groupomania-employee-engagement
express-js material-ui mysql nodejs react
Last synced: 8 days ago
JSON representation
Full-stack responsive social media style CRUD app that allows for user authentication & posts read/unread - React
- Host: GitHub
- URL: https://github.com/aaronmoroney/groupomania-employee-engagement
- Owner: AaronMoroney
- Created: 2022-08-25T11:32:36.000Z (over 2 years ago)
- Default Branch: Dev
- Last Pushed: 2022-10-27T12:33:28.000Z (about 2 years ago)
- Last Synced: 2024-12-28T03:43:37.605Z (8 days ago)
- Topics: express-js, material-ui, mysql, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 40.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Groupomania full-stack social network
Installation instructions & prerequisites for running this app
-
Create a new folder
navigate to the provided URL supplied in the .txt file
copy the gitclone url from the online repo
navigate to created folder in your terminal, write 'git clone (repo URL)'
In vs studio code terminal, navigate to the project folder - run, npm install
Make sure the following dependencies are installed
nodemon server
nodejs
sequelize
Multer
Bcrypt
JSON Web token
React - for full instructions & information, see README file in frontend folder
React router
Axios
MUI components
Sass
-
MySql GUI workbench
follow this link to download https://dev.mysql.com/downloads/workbench/ for installation information, follow the documentation at this link https://dev.mysql.com/doc/mysql-installation-excerpt/5.7/en/
In your terminal
Type 'ls' to view all folders
Type 'cd frontend' to access the frontend of the project
Type 'npm start'
split the terminal into two
in the other terminal Type 'cd backend' to access the backend of the project
Type 'npm nodemon server'