/bookshelf-api

📚 Dicoding bookself-api

Primary LanguageJavaScript

📚 Bookshelf-api

✏️ How to use

First clone repository, run this command on cmd :

git clone https://github.com/dzaki236/bookshelf-api.git


Open directory :

cd bookshelf-api

🚀 How to run

Install all depedency using npm,run this command on cmd :

npm i


Run server for dev, run this command on cmd :

npm run start-dev


Run server for production, run this command on cmd :

npm run start-prod


Fix linter, run this command on cmd :

npm run lint:fix


Run linter using eslint, run this command on cmd :

npm run lint