Skip to content

edumoreira1506/schedule-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schedule manager

Dependencies

Docker >= 19.03
Docker-compose >= 1.26

Setup

Clone the project.

$ git clone git@github.com:edumoreira1506/schedule-manager.git
$ cd schedule-manager

Build docker image:

$ docker build .

Exists 3 containers configurated:

  • API container
  • Database container
  • Client container

To up some specific container run:

$ docker-compose up [container-name]

Note: replace [container-name] per api | client

To up all necessary application run:

$ docker-compose up client

This commando will up api, database and client containers, you can access now:

Also, you can login on client application using:

admin@admin.com
Password102030

To run api tests run:

$ cd api && yarn test

To run client tests run:

$ cd client && yarn test

Also, you can see all the e2e tests running:

$ cd e2e && yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages