Skip to content

This repository contains a server-side application written in Typescript using Express as the framework for handling HTTP requests. Used by StarWarsAPI-Client

Notifications You must be signed in to change notification settings

ZeroWk-EM/Stardust-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StarWarsAPI

This is a server-side application written in TypeScript that uses Express and Mongoose to handle API calls.

Installation

  1. Clone the repository from your terminal:

    git clone https://github.com/ZeroWk-EM/StarWarsAPI-Server.git
    
  2. Install the dependencies:

    npm install
    
  3. Create .env file and set the required environment variables.

    PORT=
    MONGO_URL=
    AUTH_KEY=
    
  4. Start the server:

    npm  start
    

Usage

Look at the documentation located at docs/README.md to see what https calls you can make.

About

This repository contains a server-side application written in Typescript using Express as the framework for handling HTTP requests. Used by StarWarsAPI-Client

Topics

Resources

Stars

Watchers

Forks