https://github.com/hyochan/project-express-angular1
My first angular1 project with express server. Generally implemented sns functionalities.
https://github.com/hyochan/project-express-angular1
Last synced: 10 months ago
JSON representation
My first angular1 project with express server. Generally implemented sns functionalities.
- Host: GitHub
- URL: https://github.com/hyochan/project-express-angular1
- Owner: hyochan
- Created: 2017-04-14T02:35:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T02:44:24.000Z (over 8 years ago)
- Last Synced: 2025-03-17T20:53:52.647Z (10 months ago)
- Language: JavaScript
- Size: 7.46 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# project-express-angular1
My first angular1 project with express server. Generally implemented sns functionalities.
# Installation
1. Npm install
2. Create mysql database named hyochan
3. Update database access password in /appset/mysql/init.js
4. Create tables in database by runing 'node setup_mysql.js' command
5. Npm start to run server
6. localhost:3000 will show you web app.
# Functions
1. Signup / Login / Logout
2. Update Profile
3. Chating with members with web socket
4. See members
5. Write / Update / Delete boards
6. Upload multiple files in board.