Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

S3Infosoft/s3-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mern stack width docker and also with payment Project file structure:

    project-name
        |
        |---/ client
                |
                |---/ public
                |---/ src
                |
                .dockerignore
                Dockerfile
                nginx.conf
                package.json
        |
        |---/ server
                |
                |---/src
                |
                .dockerignore
                dbs
                route 
                server_data
                Dockerfile
                Dockerfile-dev
                package.json
        |
        |
        .env
        .gitignore
        docker-compose.yml
        README.md

Prerequisites:

    DockerCE
    docker-compose
    NodeJs 
    Npm
    Clone and Run

    git clone https://github.com/S3Infosoft/s3-be.git
    cd --> WorkDir
    docker-compose build
    docker-compose up -d
    docker-compose up

Frontend:

  React and Redux

Backend:

  NodeJs and Mongodb

Run without docker:

Client Setup
    cd react-app
    Run npm install 
    Run npm run start

Server Setup:
    cd express-app
    Run npm install
    Run npm run server

Client:

   http://localhost:3000

Server:

   http://localhost:5000

About

Booking Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors