Skip to content

rabbithay/fullstackoverflow-api

Repository files navigation

Full Stack Overflow Developer

animated


🕹️ About

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).


🗝️ How it works


🚅 How to run

Pre-requisites: Git, Node.js, nvm and Postgres


# 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

🧰 Tech Stack

typescript postgres nodejs yarn expressjs






Made by Thay



About

submit and answer questions

Topics

Resources

Stars

Watchers

Forks