Skip to content

This repository is a web application for managing events

Notifications You must be signed in to change notification settings

jinxcifer/event-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event manager frontend

This repository contains a web application for managing events.

Prerequisites

Start

Create file to store the environment variables:

$ echo > .env

Fill out the environment variables:

NODE_ENV=production
BACKEND_PORT=3000
BACKEND_ORIGIN=http://localhost:4000
BACKEND_URL=http://localhost:3000/api
FRONTEND_PORT=4000
DATABASE_USERNAME=postgres
DATABASE_PASSWORD=postgres
DATABASE_HOST=postgres
DATABASE_PORT=5432
DATABASE_NAME=event

Start application:

$ docker-compose up --build -d

Visit the application at http://localhost:4000.

Stop

$ docker-compose down

About

This repository is a web application for managing events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published