Skip to content

A REST API built with Express.js and MySQL using Sequelize ORM for FoodTrip Web Application.

License

Notifications You must be signed in to change notification settings

polekstulod/foodtrip-api

Repository files navigation

Logo

FoodTrip 😋🍕 API

This project is for fullfillment of requirements in subject "Application Development and Emerging Technologies". This API is used by the FoodTrip 😋 - Food Ordering Web App🍕.

Developers

Tech Stack

nodejs express sequelize mysql

Run Locally

Clone the project

  git clone https://github.com/polekstulod/foodtrip-api

Go to the project directory

  cd foodtrip-api

Install dependencies

  npm install

Start the server

  npm run dev

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

PORT  = 3600
NODE_ENV = development
ALLOW_SYNC = false
API_VERSION = /api/v1
SALT_ROUND = 10
TOKEN_SECRET = 23a9bb0ef9ab6765a254dedd0a1e4ccb122f31e654fb146c50d294b830d4dc355fc35932ae9fe609c6d4ab3952bfdb94aea813a8b8fe86279704f35ad536af14

License

MIT

About

A REST API built with Express.js and MySQL using Sequelize ORM for FoodTrip Web Application.

Topics

Resources

License

Stars

Watchers

Forks