Opening Hours for Charging Stations
You have to have docker
and docker-composer
installed on your system in order to run this project.
-
clone the repository
git clone git@github.com:rasadeghnasab/opening_hours.git
-
cd to the repository directory
cd opening_hours
-
up and run the whole project
make project
- Note: You can use
sudo make project
if it gives you any permission error
-
you can find the API documentation and usage example
Here we listed some useful commands that you can use to develop the application:
-
Run all the necessary containers to make project work and accessible through a URI and PORT
make up
-
Stop all the containers and free resources and ports
make down
-
Install laravel composer packages and create
.env
file from the.env.example
make laravel-dep
-
Run all the tests
make test
-
You can run a specific test by passing the
filter
argument to the commandmake test filter=TEST_FILE_OR_FUNCTION