This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM alpine:3.8 | |
# Alpine comes with built in cron schedules | |
# min hour day month weekday command | |
# */15 * * * * run-parts /etc/periodic/15min | |
# 0 * * * * run-parts /etc/periodic/hourly | |
# 0 2 * * * run-parts /etc/periodic/daily | |
# 0 3 * * 6 run-parts /etc/periodic/weekly | |
# 0 5 1 * * run-parts /etc/periodic/monthly |
amazon linux install php
fetch('api/Sessions', {
method: 'POST',
headers: {
'X-API-KEY': 'apikey',
'Accept': 'application/json',
'Content-Type': 'application/json'
},
body: JSON.stringify(callData)
})
Youtube link
Technologies user
- Concurrently to run the server and the client at the same time
- ExpressJS for backend
- ReactJS from frontend
- Create your project folder from terminal
mkdir react-express-app
, then go insidecd react-express-app
- Open the directory on VS Code, from the integrated terminal initiate your package.json file running
npm init
and follow the prompts, define the entry point asserver.js
- Install ExpressJS and Concurrently from the terminal using
npm i express concurrently
1. brew update
2. brew tap mongodb/brew
3. brew install [email protected]
4. community edition brew install [email protected]
To run MongoDB (i.e. the mongod process) as a macOS service, issue the following:
.class {
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
background: #f5f5f5;
padding: 20px;
}
NewerOlder