This project backend is made for staycation front end and learning node.js framework.
For those who want to contribute, just fork or download as usual!
- Node JS
- Of course with the internet
Clone the repository
git clone git@github.com:handokoadjipangestu/project-learn-bwa-node-staycation-backend.git
For more examples and usage, please contact Handoko Adji Pangestu.
Switch to the repo folder
cd project-learn-bwa-node-staycation-backend
Install all the dependencies using npm or yarn
npm install or yarn install
Start the local development server
npm start
You can now access the server at http://localhost:3001
- 0.0.1
- Work in progress
Handoko Adji Pangestu – @handokoadp – handokoadjipangestu@gmail.com
Distributed under the MIT license. See LICENSE for more information.
https://opensource.org/licenses/MIT
- Fork it (https://github.com/handokoadjipangestu/project-learn-bwa-node-staycation-backend/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request
