Skip to content

🔨 Simple API using NodeJS, Express and MongoDB 🔒 for VeXeRe 🚗 website

Notifications You must be signed in to change notification settings

Coding-To-Future/backend_vexere

Repository files navigation

Welcome to API vexere

This API allowed users to search for trips, log in to select seats and book tickets.Receive information after successful booking via email

Project using NodeJS, Express and MongoDB to manager data

This is the Swagger interface allowed users interactive with API

vexere

How to run

  1. Clone: git clone https://github.com/ironhight/backend_vexere.git
  2. Run in terminal to start server: yarn start:local
  3. Go to link : http://localhost:6789/docs/ to access Swagger interface

Deploy app on Heroku

https://fs07-vexere-nam.herokuapp.com/

Associate project