ItaloCobains / Waifus-Api-Rest-Ts

REST API for information management and information return, open source project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API REST - Waifus πŸͺ

Tecnologias   |    Projeto   |    Rodando   |    Como contribuir   |    LicenΓ§a   |   

Tecnologias πŸ–₯️

Project πŸ“•

Simple api for otakus

building on NodeJS with TypeScript, running on server local

Running the App πŸš€

With the .env.example file, rename it to .env and fill in the information that is requested:

# APP
PORT=
BASE= (example http://localhost:4000)

DB_CONN_STRING=
DB_NAME=
GAMES_COLLECTION_NAME=

Keep in mind that you own:

- a code editor
- NodeJS
- Mongodb Server (If running natively)

Running natively πŸŒ…

  1. First install all dependencies, use the package manager to your liking.
npm install
# ou
yarn install
  1. Remember to have a Mongodb server running on your machine.

  2. Now open the current directory and type in the terminal:

npm run dev
# ou
yarn dev

πŸ€” how to contribute

  • Fork this repository;
  • Create a branch with your feature: git checkout -b minha-feature;
  • Commit your changes: git commit -m 'feat: Minha nova feature';
  • Push to your branch: git push origin minha-feature.

After your pull request is merged, you can delete your branch.

πŸ”– License

If you want to check the project's license, just look at this file LICENSE

About

REST API for information management and information return, open source project.

License:MIT License


Languages

Language:TypeScript 98.0%Language:Dockerfile 1.8%Language:Procfile 0.2%