cam2332 / LifeManagerServer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drawing

Life Manager Server

About

Server for app that help organize your life and time.

Technologies

Requirements

Before starting, you need to have Git and Node installed.

Starting

# Clone this project
$ git clone https://github.com/cam2332/LifeManagerServer

# Access to directory
$ cd LifeManagerServer

# Install dependencies
$ npm install

# Run the project
$ npm run dev

# The server will initialize in the <http://localhost:3000>

Tests

To run the test suite, first install the dependencies, then run npm run test:

$ npm install

$ npm run test

or with coverage summary:

$ npm run coverage

About


Languages

Language:TypeScript 100.0%