https://github.com/coding-to-future/backend_vexere
:hammer: Simple API using NodeJS, Express and MongoDB :lock: for VeXeRe :car: website
https://github.com/coding-to-future/backend_vexere
express jwt-authentication mongodb nodejs
Last synced: 27 days ago
JSON representation
:hammer: Simple API using NodeJS, Express and MongoDB :lock: for VeXeRe :car: website
- Host: GitHub
- URL: https://github.com/coding-to-future/backend_vexere
- Owner: Coding-To-Future
- Created: 2019-12-21T06:11:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T10:39:39.000Z (over 5 years ago)
- Last Synced: 2025-02-25T00:45:41.880Z (10 months ago)
- Topics: express, jwt-authentication, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.35 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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

## 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
- Front-end VeXeRe (admin): https://github.com/ironhight/vexere_admin
- Front-end VeXeRe (client): https://github.com/ironhight/FE_vexere_client