This is the README file for the backend solution of our project.
To install and run the backend solution, follow these steps:
- Clone the repository.
- Navigate to the project directory.
- Install the dependencies by running
npm install
. - Start the server by running
npm start
.
To use the backend solution, you can make API requests to the following endpoints:
You can see all the api requests in https://api.careerzen.org/api
We welcome contributions to our project. To contribute, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.