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

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.

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.