An API that allows you to submit and answer questions. Inspired by the functioning of a website (you know which one) that is the developer's best friend, with the difference that each question can have only one answer (let's hope this is the answer that works).
# clone this repository
$ git clone <https://github.com/rabbithay/fullstackoverflow-api>
# access the project folder cmd/terminal
$ cd fullstackoverflow-api
# ensure that you're using the right version of node
$ nvm use
# install the dependencies
$ yarn
# create a file of environment variables at the root of the project
$ touch .env
# set the database port and link as environment variable according to the ".env.example" file
# run the app
$ yarn dev
# the server will automatically start