Skip to content

Node.js | MongoDb | Firebase server for Property search engine app

License

Notifications You must be signed in to change notification settings

Property-Search-Engine/client-facing-server

Repository files navigation

MIT License node-build pr issues discord-chat

CasaMe: Find the house or office of your dreams

CasaMe Service client facing app backend

Configure

Make sure that you have Docker & Docker Compose installed on your system so you can easily follow the next steps!

Before running the project, first copy the .env.save file:

$ cp .env.example .env

Then setup all the needed env variables and everything should be up to go!

Run

We provide you with a set of tools that can help you to automate the building and running process throughout makefiles and docker-compose files.

$ make run_start
# remember to execute `make down` when you are done

Run watch to restart the server on each change

$ make run_dev
# remember to execute `make down` when you are done

Test ✅

$ make test_watch

This is going to run all the tests inside a docker environment. If you want to have more control over how the tests are performed, you can run:

$ make up
> $ npm run test # ex.

👤 Contributors ✨


Victor Martínez

devmxhv

Daniel García

Show your support

Give a ⭐️ if this project helped you!