Skip to content

bryandms/beer-api

Repository files navigation

beer-api

beer-api is a REST API for a beer consumption logging application developed during my recruitment process at La Creativería.

Built With

It was developed using amazing technologies:

Getting Started

Installation

Step 1: Clone or download the repo.


Step 2: Switch to your repository's directory.

cd /path/to/your/repo

Step 3: Install dependencies.

npm install

Step 4: Duplicate the .env-example file and rename it to .env and change the environment variables.

cp .env.example .env

Step 5: Run the server.

npm run dev

Icons made by itim2101 from www.flaticon.com