This is the backend for the Anime Compass application.
-
Clone this repository to your local machine:
git clone <repository_url>
-
Navigate to the project directory:
cd anime-compass-backend
-
Install dependencies using Yarn:
yarn install
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.
- Express: Fast, unopinionated, minimalist web framework for Node.js
start
: Start the server in production mode.dev
: Start the server in development mode with automatic restart on file changes.