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

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

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