https://github.com/playerony/wkm-server
https://github.com/playerony/wkm-server
Last synced: 1 minute ago
JSON representation
- Host: GitHub
- URL: https://github.com/playerony/wkm-server
- Owner: playerony
- Created: 2021-03-21T16:09:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-03T11:00:33.000Z (about 5 years ago)
- Last Synced: 2025-02-22T04:43:45.475Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://wkm-backend.azurewebsites.net
- Size: 107 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ฅ wkm-server




This is a backend of the website for a motorcycle club from Poland - WKM
## ๐Table of Contents
- ๐ [What's inside](#whats-inside)
- โ ๏ธ [Prerequisites](#%EF%B8%8F-prerequisites)
- ๐ [Scripts](#scripts)
## ๐What's inside:
Backend for motorcycle club written with Node.js and Typescript.
## โ ๏ธ Prerequisites
You need to have installed the following software:
- [nodejs](https://nodejs.org/en/) (>=14.15.0)
- [npm](https://npmjs.com/) (>= 6.14.0)
## ๐Scripts:
### Development
- `dev` - Run application in development mode.
- `start` - Run application in production mode.
- `reinstall-deps` - Run will remove all dependencies and reinstall them.
### Build
- `build` - Build for production ready application.
### Test
- `test` - Run tests
### Analyze
- `lint` - Run `eslint`. Output any errors ๐จ
- `typecheck` - Run `tsc`. Output any errors ๐จ
- `format` - Run `prettier` to format all the files.