Zenit Back

Description

Zenit Back is the backend of the ZenitBragi project, a web application designed to showcase the portfolio of a 3D character artist. This repository contains the backend source code, developed with Express and Node.js.

Table of Contents

  • Installation
  • Usage

Installation

To install and run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/Kaysera14/zenit-back.git
  2. Navigate to the project directory:
    cd zenit-back
  3. Install the dependencies:
    npm install

Usage

To start the application, run:

npm start

The server will be running at http://localhost:3000.