Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 2.26 KB

README.md

File metadata and controls

65 lines (45 loc) · 2.26 KB

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