Skip to content

An Express TypeScript backend for a web app tailored for organizing notes, tasks, events, and expenses efficiently.

License

Notifications You must be signed in to change notification settings

denis-vp/personal-manager-backend

Repository files navigation

Personal Manager Backend

Installation

Follow these steps to install the project:

  1. Clone the repository: git clone https://github.com/denis-vp/personal-manager-backend.git
  2. Install the dependencies: npm install or yarn install
  3. Create a .env file in the root directory and add the following environment variables:
  • PORT - the port the server will run on
  • SOCKET_PORT - the port the socket server will run on
  • POSTGRES_USER - the username for the Postgres database
  • POSTGRES_HOST - the host for the Postgres database
  • POSTGRES_DB - the name of the Postgres database
  • POSTGRES_PASSWORD - the password for the Postgres database
  • POSTGRES_PORT - the port for the Postgres database

Running the Project

To run use the command npm start or yarn start.

Running the Tests

To run the tests use the command npm run test or yarn run test.

About

An Express TypeScript backend for a web app tailored for organizing notes, tasks, events, and expenses efficiently.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages