Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 589 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 589 Bytes

Tix Ticketing API

This api provides event and ticket creation services. It is a REST API built with NodeJS, Express and MongoDB. Tests were written with mocha, chai and supertest.

Steps to run this project

  1. On your terminal, run git clone https://github.com/oseughu/tix.git command to clone this repository to your local machine.
  2. Run npm install command to install the dependencies.
  3. Run npm test command to run the tests.
  4. Add your own MongoDB connection URI to your .env file (MONGO_URI).
  5. Run npm run dev command to start the local dev server on port 3000.