This is a server-side application written in TypeScript that uses Express and Mongoose to handle API calls.
-
Clone the repository from your terminal:
git clone https://github.com/ZeroWk-EM/StarWarsAPI-Server.git
-
Install the dependencies:
npm install
-
Create
.env
file and set the required environment variables.PORT= MONGO_URL= AUTH_KEY=
-
Start the server:
npm start
Look at the documentation located at docs/README.md
to see what https calls you can make.