Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
6003CEM-2021JANMAY
/
Node-Api-BackEnd
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Projects
0
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Projects
Security
Insights
Files
master
__tests__
controllers
docs
helpers
models
node_modules
permissions
routes
schemas
sql_scripts
strategies
tmp
.gitignore
README.md
app.js
config.js.template
docs.js
index.js
jsdoc.conf.json
package-lock.json
package.json
Breadcrumbs
Node-Api-BackEnd
/
index.js
Blame
Blame
Latest commit
History
History
7 lines (4 loc) · 137 Bytes
Breadcrumbs
Node-Api-BackEnd
/
index.js
Top
File metadata and controls
Code
Blame
7 lines (4 loc) · 137 Bytes
Raw
const app = require('./app'); let port = process.env.PORT || 3000; app.listen(port); console.log(`API server running on port ${port}`)
1
2
3
4
5
6
7
You can’t perform that action at this time.