mirror of
https://github.com/franjsco/tick3t-api
synced 2025-01-02 10:07:09 +01:00
725b14a8a0
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.9 to 5.7.5. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md) - [Commits](https://github.com/Automattic/mongoose/compare/5.5.9...5.7.5) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
src | ||
.babelrc | ||
.eslintrc.js | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
tick3t-api
A REST API for tick3t.
Technologies:
- Node.js
- express
- mongodb
Installation
- Install
Node.js
andnpm
. - Install
mongodb
. - Clone this repository.
- Install dependencies with
npm install
- Create env file or set environment variables. (read "Environment variables" paragraph)
- Build with
npm run build
. - Start the server with
npm run serve
.
Environment variables
Configure the environment variables:
NODE_ENV=production
PORT=server-port
SECRET_KEY=your-secret-key
DB_URL=mongodb://your-host:port/db
DB_USER=your-user
DB_PASSWORD=your-password
License
GPLv3