Skip to content

merqure/development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merqure/development

The aim of this project is to create an open source marketplace. The backend will serve a rest api (and why not a graphql api) using go. The frontend will provide an awesome user interface based on react and redux. Applications will run into Docker containers

First of all, check required tools:

$ git -v
$ docker -v
$ docker-compose -v

Then, clone the project and update submodules:

$ git clone git@github.com:merqure/development.git merqure && cd merqure
$ git submodule init && git submodule update

In order to apply the init sql (only if needed)

$ sudo docker-compose rm -f 

Finally, build and launch your app:

$ docker-compose build
$ docker-compose up

About

The main repository for the merqure project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published