https://github.com/hyochan/starter-express-typescript-backend
Starter project for express-typescript-backend
https://github.com/hyochan/starter-express-typescript-backend
Last synced: 3 months ago
JSON representation
Starter project for express-typescript-backend
- Host: GitHub
- URL: https://github.com/hyochan/starter-express-typescript-backend
- Owner: hyochan
- Created: 2017-04-14T03:17:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T04:19:34.000Z (over 8 years ago)
- Last Synced: 2025-03-17T20:53:53.391Z (10 months ago)
- Language: TypeScript
- Size: 1.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# starter-express-typescript-backend
Starter project for express-typescript-backend
# Installation
1. npm install
2. Edit database, username, password in '/server/config/sequeilize.ts'
3. Edit database, username, password in 'setup_table.js'
4. Create database in mariadb or mysql.
5. npm start to run in window
6. npm run start:unix to run in mac
# Main Modules
1. Sequelize : ORM for RDBMs
2. JWT
3. Localize
# Folders
1. html : pure html folders
2. dist : built scripts from ng2-frontend (copy & paste)
3. build : built scripts from tsc (server-side)
4. server : main editing directories (express-typescript)
5. public : public directory accessible from server