Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alxdelira/api-eventos-server
https://github.com/alxdelira/api-eventos-server
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alxdelira/api-eventos-server
- Owner: Alxdelira
- Created: 2023-10-24T03:21:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T19:49:04.000Z (about 1 year ago)
- Last Synced: 2024-10-11T04:06:28.287Z (about 1 month ago)
- Language: HTML
- Homepage: https://api-eventos-server.vercel.app
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
:file_cabinet: README.md
## :memo: Descrição
Projeto Voltado para criação de uma API-Fake com JSON-Server para uma Plataforma de Eventos.
## :wrench: Tecnologias utilizadas
* Html
* Css
* Javascript
* JSON-Server
```bash
npm install -g json-server
```
## :rocket: Rodando o projeto
### Clone este repositório
```bash
git clone https://github.com/Alxdelira/api-eventos-server.git
```
### Acesse a pasta do projeto no terminal/cmd
```bash
cd "nome da pasta"
```
### Instale as dependências
```bash
npm install
```
### Execute o Projeto Localmente
```bash
npm start
```
## :handshake: Colaboradores