Skip to content

maktooob/front-row-tix-backend

Repository files navigation

Front Row Tix - Backend

About

Front Row Tix is an MERN-Stack based eCommerce application, which can be used to sell tickets for different kind of events. In this repo you can find the REST API.

The frontend you can find here: https://github.com/maktooob/front-row-tix-frontend

This repo implements the backend REST API (built in Express + MongoDB). Used three different models: user, cart, event Token-based authorization

Instructions

To run in your computer, follow these steps:

install dependencies: npm install run the application: npm run dev Need to create .env file with these variables: PORT=5005 ORIGIN=https://localhost:3000

TOKEN_SECRET=ilovepizza

CLOUDINARY_NAME="YOUR CLOUDINARY NAME"

CLOUDINARY_KEY="YOUR CLOUDINARY KEY"

CLOUDINARY_SECRET="YOUR CLOUDINARY SECRET"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published