Skip to content

KevinMidboe/planetposen-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

planetposen backend

Backend api of planetposen webshop. View frontend at: kevinmidboe/planetposen-frontend

Also uses the following supplementary go apps:

Install

Download project:

git clone https://github.com/kevinmidboe/planetposen-backend
cd planetposen-backend

Install dependencies:

yarn

or

npm install

Copy default configuration files:

cp config/default/* config/env

Update values in configuration files for both development & production

Build

To compile typescript files to javascript build project by running:

yarn build:ts

Developing

Start application with development configuration:

yarn dev

Api will be available at: http://localhost:30010

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published