Skip to content

TogetherCrew/api

Folders and files

NameName
Last commit message
Last commit date
Feb 28, 2024
Jul 16, 2024
Apr 16, 2025
Feb 28, 2024
Dec 11, 2023
Mar 4, 2024
May 7, 2024
Apr 14, 2025
Mar 4, 2024
Mar 4, 2024
Mar 7, 2024
Mar 4, 2024
Dec 11, 2022
Mar 6, 2024
Nov 11, 2024
Jan 29, 2024
Mar 7, 2024
Apr 14, 2025
Apr 14, 2025
Apr 2, 2024

Repository files navigation

ServerComm

All communcation between frontend and DB

Maintainability Test Coverage

Installation

Clone the repository

Install the dependencies:

npm install

Set the environment variables(see src/config/index to know what environment variables this app need):

cp .env.example .env

# open .env and modify the environment variables (if needed)

Run application:

npm run dev

Run tests:

npm run test

Neo4j Server

Below is a command for starting a Neo4j container in Docker

docker run \
        -d \
        --publish=7474:7474 --publish=7687:7687 \
        -e NEO4J_PLUGINS='["apoc", "graph-data-science"]' \
        -e NEO4J_apoc_export_file_enabled=true \
        -e NEO4J_apoc_import_file_enabled=true \
        -e NEO4J_apoc_import_file_use__neo4j__config=true \
        --name neo4j \
        neo4j

License

MIT

About

All communcation between front-end and DB

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages