Skip to content

amaliacicala/space-facts-api

Repository files navigation

api-project

Install

bash
npm install

Configure

Create a .env file:

PORT=3000

Develop

bash
npm run dev

Test

bash
npm test