Skip to content

oseughu/tix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published