Skip to content

LazeBear/ez-retro-server

Repository files navigation

ez-retro-server

About

This project uses Feathers. An open source web framework for building modern real-time applications.

Getting Started

Getting up and running is as easy as 1, 2, 3.

  1. Make sure you have NodeJS and npm installed.

  2. Install your dependencies

    cd path/to/ez-retro-server
    npm install
    
  3. Start your app

    npm start
    

develop

```
npm run dev
```

deploy

setup these values in the environment variable 1.PORT: {port to listen on} 2.DB_URL: {mongodb database url} 3.NODE_ENV: production 4.JWT_SECRET: {token secret}

Testing

Simply run npm test and all your tests in the test/ directory will be run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published