Skip to content

xdk78/ren-backend

Repository files navigation

Ren Backend

GitHub GitHub issues Travis build

✋ Contributing

If you want to help with the project, you can have a look at some issues. All help is much appreciated 🍻

🏃 Running application

Prerequisites

🤘 Let's start

  • Clone repo

    • Via https
    git clone https://github.com/xdk78/ren-backend.git
    
    • Via ssh
    git clone git@github.com:xdk78/ren-backend.git
    
  • Now enter to app dir

    cd ren-backend
    
  • Install depedencies

    npm i
    
  • Create .env files (example in repo)

    • for development .env
    • for production .env.production
  • Running application

    npm run dev
    
  • Running application in production mode

    npm run build && npm start
    
  • Running linter

    npm run lint
    
  • Running tests

    npm test
    

Docs

Docs

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Example backend for series/movies progress tracker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published