Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T10:39:39.000Z (over 4 years ago)
- Last Synced: 2024-11-10T11:42:51.176Z (3 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
![vexere](https://user-images.githubusercontent.com/56241790/74513537-638ce980-4f3d-11ea-81c5-f67e408cdff9.png)
## 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