This is the backend for SkillVista, a project built to connect users to service providers.
-
Clone the repository and navigate to the root directory
-
Run the below command to install the repository
npm install
-
Note that a MySQL databse is required to run the project, there is a DockerFile under the database folder that could help.
You can start the backend by running:
npm run nest start
Or for development.
npx prisma db push
and
npm start:dev
Note: The database must be running for the backend to work.
Look at package.json for more running options.
To contribute to this code, please fork the repository and create a new branch for your changes.
-
Once you have made your changes, submit a pull request with a clear description of your changes and why they are necessary.
-
Please make sure to follow the code style and include tests for any new functionality.
This project is licensed under the MIT License - see the LICENSE file for details.