Code Monkey home page Code Monkey logo

test-asin-backend's Introduction

📝 Description

This is the backend of Pokémon's Challenge which has been made in a different repository.

The backend has built an API and a database which is saving the pokemons data inside it.

I've choosen, for development purposes, to use SQLite as database, because it'd be easier to do tests during the development, but due to the fact that SQLite is a purely didactic database, it can't store too much data; therefore into its database there are only some of the pokémons listed in the existing API. But in case of there would be interest in store all pokémons from the API, it's just change the database in knexfile.js archive (together with conexion configurations for this new database, as Docker's IP adress and so on, for example) and into api.service.js archive, change getAllPokemons route's offset for 954, thus it'll get all pokémons and they'll be stored in database through seed.


💻 Used Technologies

This challenge has been developed using the following technologies:


📁 Download

# Clone the repósitory
$ git clone https://github.com/jose-renato-m/test-asin-backend.git

# Enter into the directory
$ cd test-asin-backend

# Install dependencies
$ yarn

# Run the server
$ yarn dev: server

This challenge has been made with 💙 by José Renato Montagnana 👋🏻 Get in touch!

test-asin-backend's People

Contributors

jose-renato-m avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.