Skip to content

ocean-tech-ship/ocean-pearl-api

development
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CI

Description

Backend repository for the ocean-pearl project. An Open API documentation can be found at https://api.oceanpearl.io.

Startup

Create .env files for each working environment, e.g. dev.env, inside the environment folder. An example for the contents of the file can be found inside the environment folder.

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Testing

$ yarn test 

To run tests locally you preferably have an instance of MongoDB installed on your local machine. Refer to the MongoDB documentation for further instructions: https://docs.mongodb.com/manual/administration/install-community/

About

Public API for the OceanPearl project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages