Jobsika, is Company ratings and salaries in Cameroon.
To run locally, this api require few dependencies
- Golang version 1.16
- GNU make
- docker with docker-compose
- swagger
Once you have installed the required dependencies, you can now run the application following the patterns bellow
To run the backend you should jump to the ./backend folder
cd ./backend
First run the database:
make start-postgres
Then run the api:
make run
make run && ./jobsika
make docker-build && make docker-run
make serve-swagger
make start-api
How to create a new table: how-to-add-a-new-table.md
To run the frontend you should jump to the ./frontend folder using the command cd ./frontend and run the following commands:
npm install or
yarn install to install the dependencies.
npm run dev or
yarn dev to run the app.
Now that the application is running, you can access it through http://localhost:3000/