API for Tourista, an travel app by Six Kizuki, built using Node.js, Express, MySQL.
- Express
- Mysql2
- Sequelize
- JSON Web Tokens
- Dotenv
- Bcrypt
- Cookie Parser
- Body Parser
- Multer
- @google-cloud/storage
- CORS
- Nodemon
Firstly, you need to clone this repository using this following command :
git clone https://github.com/msandypr/tourista-api.git
Then, open the project folder using cd jwt-auth-express, depends on your clone folder location, after that, you need to install dependency using this following command :
npm install or yarn install or pnpm install
After that, run the jwt-auth-express locally using nodemon, if you never install nodemon, you should install first using npm install -g nodemon
or using yarn global add nodemon
if you using yarn. If you already install nodemon, please use this following command :
nodemon index
This will run the application locally on http://localhost:5000
. Dont forget to create database first on your local machine, db name is tourista_db
or change it by yourself in src/config/Database.js
The Documentation explained on Homepage of this API, just run the API and go to the '/' Endpoint
Uppermoon Demon (Six Kizuki)
Our API is Deployed! For the Documentation and how to use it, you can simply click link down below!
Give a ⭐️ if this project helped you!
Copyright © 2023 Six Kizuki .
This project is GNU General Public License.