Skip to content

Ruberald/anime-compass-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anime Compass Backend

This is the backend for the Anime Compass application.

Installation

  1. Clone this repository to your local machine:

    git clone <repository_url>
  2. Navigate to the project directory:

    cd anime-compass-backend
  3. Install dependencies using Yarn:

    yarn install

Usage

To start the server, run:

yarn start

To run the server in development mode with automatic restart on file changes, use:

yarn dev

The server will be accessible at http://localhost:3000 by default.

Dependencies

  • Express: Fast, unopinionated, minimalist web framework for Node.js

Scripts

  • start: Start the server in production mode.
  • dev: Start the server in development mode with automatic restart on file changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published