This is an API about concerts at Lima. This API is made with NodeJS, Express, MongoDB, Typescript and is deployed in Heroku. Here you will obtain:
- Concerts that will happened soon
- Bands' information
- News about this bands & concerts.
- The last bands' videos released.
First, this project needs Git and Node JS previously installed, the steps for installation depend on the OS you have.
Then, you should clone the repository.
$ git clone [email protected]:Yesferal/Hornsapp-Api.git
$ cd Hornsapp-Api
Also you have to request the .env
file to the project admin. This file contains information that the project needs to run perfectly.
Finally, you need to install the project dependencies like express
, nodemon
, mongoose
or typescript
.
npm install
Open a terminal and run.
npm run dev
Then open your local browser and try accessing.
https://localhost:8080/concert/
Copyright 2020 HornsApp Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.